From d116872edbde1002162f787c42c18d1e4fba1dd4 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Wed, 18 Oct 2006 17:06:35 +0000 Subject: [PATCH] bar: moved to attic --- bar/.footprint | 6 ------ bar/.md5sum | 1 - bar/Pkgfile | 18 ------------------ 3 files changed, 25 deletions(-) delete mode 100644 bar/.footprint delete mode 100644 bar/.md5sum delete mode 100644 bar/Pkgfile diff --git a/bar/.footprint b/bar/.footprint deleted file mode 100644 index 40e095ba5..000000000 --- a/bar/.footprint +++ /dev/null @@ -1,6 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/bar -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/bar.1.gz diff --git a/bar/.md5sum b/bar/.md5sum deleted file mode 100644 index 8366527ed..000000000 --- a/bar/.md5sum +++ /dev/null @@ -1 +0,0 @@ -084f59ae57e9b4226a1b36003e237fb1 bar_1.10.6.tar.gz diff --git a/bar/Pkgfile b/bar/Pkgfile deleted file mode 100644 index 8010d502b..000000000 --- a/bar/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: Displays a progress bar in command line pipes -# URL: http://clpbar.sourceforge.net/ -# Maintainer: -# Packager: Jukka Heino, jukka dot heino at gmail dot com -# Depends on: - -name=bar -version=1.10.6 -release=1 -source=(http://dl.sourceforge.net/sourceforge/clpbar/${name}_${version}.tar.gz) - -build() { - cd $name-$version - sed -i "s/-O2/$CFLAGS/g" Makefile.in - ./configure --prefix=/usr - make - make DESTDIR=$PKG install -}