diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/libee | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/libee')
-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} -} |