bar: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:06:35 +00:00
parent 6a6c27d04b
commit d116872edb
3 changed files with 0 additions and 25 deletions

View File

@ -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

View File

@ -1 +0,0 @@
084f59ae57e9b4226a1b36003e237fb1 bar_1.10.6.tar.gz

View File

@ -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
}