lzop: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:30:39 +00:00
parent a5ab2ce11a
commit 3742eadf24
3 changed files with 0 additions and 24 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/lzop
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/lzop.1.gz

View File

@ -1 +0,0 @@
4b999030716b1353c3dac049b269df7a lzop-1.02rc1.tar.gz

View File

@ -1,17 +0,0 @@
# Description: fast (de)compression utility
# URL: http://www.oberhumer.com/opensource/lzop/
# Packager: Martin Opel, mo at obbl-net dot de
# Maintainer:
# Depends on: lzo
name=lzop
version=1.02rc1
release=1
source=(http://www.lzop.org/download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}