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/bibutils/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/bibutils/PKGBUILD')
-rw-r--r-- | community/bibutils/PKGBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/community/bibutils/PKGBUILD b/community/bibutils/PKGBUILD deleted file mode 100644 index 1d73c0d68..000000000 --- a/community/bibutils/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Maintainer: Daniel Micay <danielmicay@gmail.com> -# Contributor: Ivy Foster <joyfulgirl (at) archlinux (dot) us> - -pkgname=bibutils -_basename=bibutils -pkgver=5.0 -pkgrel=1 -pkgdesc="Bibliography conversion tools" -arch=("i686" "x86_64") -url="http://sourceforge.net/p/bibutils/home/Bibutils/" -license=('GPL2') -makedepends=('tcsh') -depends=(glibc) -source=("http://downloads.sourceforge.net/project/${_basename}/${_basename}_${pkgver}_src.tgz") -md5sums=('c4838bf0d8ae48e4df49ae395bf643d0') - -build() { - cd ${_basename}_$pkgver - ./configure --dynamic --install-dir "$pkgdir/usr/bin" --install-lib "$pkgdir/usr/lib" - make -} - -package() { - cd ${_basename}_$pkgver - mkdir -p "$pkgdir/usr/bin" "$pkgdir/usr/lib" - make install -} |