diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 20:58:30 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 20:58:30 +0200 |
commit | 207013bc5a23f85ca601e821d7c894b0a914b75d (patch) | |
tree | 5d8c542a30439556d91b586d000f20da9d423eb8 /extra | |
parent | 68a8fbe8e0b0256d1b0f4e7babcc19879ddae6b0 (diff) | |
download | nutyx-pakxe-207013bc5a23f85ca601e821d7c894b0a914b75d.tar.gz nutyx-pakxe-207013bc5a23f85ca601e821d7c894b0a914b75d.tar.bz2 nutyx-pakxe-207013bc5a23f85ca601e821d7c894b0a914b75d.tar.xz nutyx-pakxe-207013bc5a23f85ca601e821d7c894b0a914b75d.zip |
Ajout de lzma#4.32.7-1
Diffstat (limited to 'extra')
-rw-r--r-- | extra/lzma/.footprint | 37 | ||||
-rw-r--r-- | extra/lzma/.md5sum | 1 | ||||
-rw-r--r-- | extra/lzma/Pkgfile | 19 |
3 files changed, 57 insertions, 0 deletions
diff --git a/extra/lzma/.footprint b/extra/lzma/.footprint new file mode 100644 index 000000000..8236fde80 --- /dev/null +++ b/extra/lzma/.footprint @@ -0,0 +1,37 @@ +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/ +-rw-r--r-- root/root usr/lib/liblzmadec.a +-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/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +lrwxrwxrwx root/root usr/share/man/man1/lzcat.1.gz -> lzma.1.gz +lrwxrwxrwx root/root usr/share/man/man1/lzcmp.1.gz -> lzdiff.1.gz +-rw-r--r-- root/root usr/share/man/man1/lzdiff.1.gz +lrwxrwxrwx root/root usr/share/man/man1/lzegrep.1.gz -> lzgrep.1.gz +lrwxrwxrwx root/root usr/share/man/man1/lzfgrep.1.gz -> lzgrep.1.gz +-rw-r--r-- root/root usr/share/man/man1/lzgrep.1.gz +lrwxrwxrwx root/root usr/share/man/man1/lzless.1.gz -> lzmore.1.gz +-rw-r--r-- root/root usr/share/man/man1/lzma.1.gz +-rw-r--r-- root/root usr/share/man/man1/lzmadec.1.gz +-rw-r--r-- root/root usr/share/man/man1/lzmainfo.1.gz +-rw-r--r-- root/root usr/share/man/man1/lzmore.1.gz +lrwxrwxrwx root/root usr/share/man/man1/unlzma.1.gz -> lzma.1.gz diff --git a/extra/lzma/.md5sum b/extra/lzma/.md5sum new file mode 100644 index 000000000..f0d4f581d --- /dev/null +++ b/extra/lzma/.md5sum @@ -0,0 +1 @@ +2a748b77a2f8c3cbc322dbd0b4c9d06a lzma-4.32.7.tar.gz diff --git a/extra/lzma/Pkgfile b/extra/lzma/Pkgfile new file mode 100644 index 000000000..1118d8c3b --- /dev/null +++ b/extra/lzma/Pkgfile @@ -0,0 +1,19 @@ +# Description: Un programme pour extraire les fichiers cabs de Microsoft +# URL: http://tukaani.org/lzma/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=lzma +version=4.32.7 +release=1 +source=(http://tukaani.org/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man + make + make DESTDIR=$PKG install +} |