diff options
Diffstat (limited to 'community/galago-daemon/PKGBUILD')
-rw-r--r-- | community/galago-daemon/PKGBUILD | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/community/galago-daemon/PKGBUILD b/community/galago-daemon/PKGBUILD deleted file mode 100644 index 068e0482c..000000000 --- a/community/galago-daemon/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# $Id: PKGBUILD 65520 2012-02-21 08:41:22Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: William Rea <sillywilly@gmail.com> - -pkgname=galago-daemon -pkgver=0.5.1 -pkgrel=4 -pkgdesc="Galago presence daemon" -arch=('i686' 'x86_64') -license=('GPL2') -url="http://www.galago-project.org" -depends=('libgalago') -source=(http://www.galago-project.org/files/releases/source/galago-daemon/galago-daemon-$pkgver.tar.gz) -md5sums=('fdb81f938f86f380b127158ebb542279') - -build() { - cd $srcdir/galago-daemon-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/$pkgname --disable-tests - make - make DESTDIR=$pkgdir install -} |