forked from ports/contrib
lzma: removed is in core now as xz
This commit is contained in:
parent
88d2f9e352
commit
a74f4365bb
@ -1,35 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
lrwxrwxrwx root/root usr/bin/lzcat -> lzma
|
||||
lrwxrwxrwx root/root usr/bin/lzcmp -> lzdiff
|
||||
-rwxr-xr-x root/root usr/bin/lzdiff
|
||||
lrwxrwxrwx root/root usr/bin/lzegrep -> lzgrep
|
||||
lrwxrwxrwx root/root usr/bin/lzfgrep -> lzgrep
|
||||
-rwxr-xr-x root/root usr/bin/lzgrep
|
||||
lrwxrwxrwx root/root usr/bin/lzless -> lzmore
|
||||
-rwxr-xr-x root/root usr/bin/lzma
|
||||
-rwxr-xr-x root/root usr/bin/lzmadec
|
||||
-rwxr-xr-x root/root usr/bin/lzmainfo
|
||||
-rwxr-xr-x root/root usr/bin/lzmore
|
||||
lrwxrwxrwx root/root usr/bin/unlzma -> lzma
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/lzmadec.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rwxr-xr-x root/root usr/lib/liblzmadec.la
|
||||
lrwxrwxrwx root/root usr/lib/liblzmadec.so -> liblzmadec.so.0.0.0
|
||||
lrwxrwxrwx root/root usr/lib/liblzmadec.so.0 -> liblzmadec.so.0.0.0
|
||||
-rwxr-xr-x root/root usr/lib/liblzmadec.so.0.0.0
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
lrwxrwxrwx root/root usr/man/man1/lzcat.1.gz -> lzma.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/lzcmp.1.gz -> lzdiff.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/lzdiff.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/lzegrep.1.gz -> lzgrep.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/lzfgrep.1.gz -> lzgrep.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/lzgrep.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/lzless.1.gz -> lzmore.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/lzma.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/lzmadec.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/lzmainfo.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/lzmore.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/unlzma.1.gz -> lzma.1.gz
|
@ -1 +0,0 @@
|
||||
2a748b77a2f8c3cbc322dbd0b4c9d06a lzma-4.32.7.tar.gz
|
23
lzma/Pkgfile
23
lzma/Pkgfile
@ -1,23 +0,0 @@
|
||||
# Description: High quality compression program, faster decompression and 15% more compression than bzip2.
|
||||
# URL: http://tukaani.org/lzma/
|
||||
# Packager: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Depends on:
|
||||
|
||||
name=lzma
|
||||
version=4.32.7
|
||||
release=1
|
||||
source=(http://tukaani.org/lzma/lzma-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd lzma-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=$PKG/usr/man \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
make prefix=$PKG/usr install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user