Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Maintainer: mathieui <mathieui(AT)mathieui(DOT)net>
- # Contributor: alez
- pkgname=libindicator
- pkgver=0.3.22
- _pkgbranch=0.3
- pkgrel=1
- pkgdesc="A set of symbols and convience functions that all indicators would like to use. (Canonical Ayatana Project)"
- arch=('i686' 'x86_64')
- url="http://launchpad.net/libindicator/"
- license=('GPL')
- makedepends=('make' 'autoconf')
- depends=('gnome-common')
- source=(http://launchpad.net/libindicator/0.3/0.3.22/+download/libindicator-0.3.22.tar.gz)
- md5sums=('9cbd9724375718dd06b86ac3d668e548')
- build() {
- cd "$srcdir"/$pkgname-$pkgver
- ./configure --prefix=/usr --disable-static
- make
- }
- package() {
- cd "$srcdir"/$pkgname-$pkgver
- make DESTDIR="$pkgdir" install
- }
Advertisement
Add Comment
Please, Sign In to add comment