diff options
author | James Meyer <james.meyer@operamail.com> | 2012-12-01 18:26:09 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-12-01 18:26:22 (GMT) |
commit | e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37 (patch) | |
tree | bee3fe89f2988dd244e11791755e129aa8c03b14 /abs/extra/netkit-bsd-finger/PKGBUILD | |
parent | 8132c218cfc1f1acb1c6d12154e0d4ca075e77f2 (diff) | |
download | linhes_pkgbuild-e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37.zip linhes_pkgbuild-e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37.tar.gz linhes_pkgbuild-e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37.tar.bz2 |
Mass move of uncompiled packages to abs_not_built.
The will sit here for a bit, and then will be removed completely if no one claims them.
Diffstat (limited to 'abs/extra/netkit-bsd-finger/PKGBUILD')
-rw-r--r-- | abs/extra/netkit-bsd-finger/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/abs/extra/netkit-bsd-finger/PKGBUILD b/abs/extra/netkit-bsd-finger/PKGBUILD deleted file mode 100644 index 06a45cc..0000000 --- a/abs/extra/netkit-bsd-finger/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: PKGBUILD 35715 2009-04-16 03:28:17Z eric $ -# Maintainer: dorphell <dorphell@archlinux.org> -pkgname=netkit-bsd-finger -pkgver=0.17 -pkgrel=4 -pkgdesc="bsd-finger ported to Linux" -arch=('i686' 'x86_64') -url="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit" -license=('BSD') -depends=('glibc' 'xinetd') -backup=('etc/xinetd.d/finger') -source=(ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/bsd-finger-$pkgver.tar.gz finger.xinetd LICENSE) -md5sums=('52bf281aac8814bf56cdc92f7661ee75' 'a8682004dc8dee356065162bde892b47'\ - '5fc568418a0379fc3a358ed1c2523b44') - -build() { - cd $srcdir/bsd-finger-$pkgver - install -d $pkgdir/usr/{bin,sbin} $pkgdir/usr/share/man/{man1,man8} - ./configure --prefix=/usr || return 1 - sed -i 's@include <sys/time.h>@include <time.h>@' finger/lprint.c || return 1 - sed -i 's@include <sys/time.h>@include <time.h>@' finger/sprint.c || return 1 - make || return 1 - make INSTALLROOT=$pkgdir MANDIR=/usr/share/man install || return 1 - install -D -m644 $srcdir/finger.xinetd $pkgdir/etc/xinetd.d/finger || return 1 - install -D -m644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE -} |