diff options
Diffstat (limited to 'community/libee/PKGBUILD')
-rw-r--r-- | community/libee/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/community/libee/PKGBUILD b/community/libee/PKGBUILD deleted file mode 100644 index f2dd94444..000000000 --- a/community/libee/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 91836 2013-05-28 17:04:46Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Maintainer: Brian Knox <taotetek@gmail.com> - -pkgname=libee -pkgver=0.4.1 -pkgrel=2 -pkgdesc="event expression library inspired by CEE" -url="http://www.libee.org/" -arch=('i686' 'x86_64') -license=('LGPL2.1') -depends=('libestr' 'glibc') -makedepends=() -optdepends=() -options=(!libtool) -source=("http://www.libee.org/files/download/libee-$pkgver.tar.gz") -md5sums=('7bbf4160876c12db6193c06e2badedb2') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr --sbindir=/usr/bin - make -j1 -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make install DESTDIR=${pkgdir} -} |