summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/tree/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/tree/PKGBUILD')
-rw-r--r--abs/extra-testing/tree/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/abs/extra-testing/tree/PKGBUILD b/abs/extra-testing/tree/PKGBUILD
deleted file mode 100644
index 8a26dbf..0000000
--- a/abs/extra-testing/tree/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 13718 2008-09-27 22:49:14Z giovanni $
-# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
-# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
-#
-
-pkgname=tree
-pkgver=1.5.2.1
-pkgrel=2
-pkgdesc="A directory listing program displaying a depth indented list of files"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc')
-source=(ftp://mama.indstate.edu/linux/tree/$pkgname-$pkgver.tgz)
-md5sums=('73d5fa220dfef1ee9c1876c3966f1c18')
-url="http://mama.indstate.edu/users/ice/tree/"
-
-build() {
- cd $startdir/src/$pkgname-$pkgver
- make || return 1
- make prefix=$startdir/pkg/usr MANDIR=$startdir/pkg/usr/share/man/man1 install
-}
-# vim: ts=2 sw=2 et ft=sh