summaryrefslogtreecommitdiffstats
path: root/base/xz-utils/Pkgfile
blob: 4f3eb352eeae59c95d52f52613d511bca61c779a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Utilitaire pour extraire/comprimer les fichiers lzma
# URL: http://tukaani.org/xz/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=xz-utils
version=4.999.9beta-180-ge23e
release=1
source=(http://tukaani.org/xz/xz-$version.tar.gz)

build() {
        cd xz-$version
        ./configure --prefix=/usr \
		--enable-dynamic \
                --sysconfdir=/etc \
                --mandir=/usr/share/man
        make
        make DESTDIR=$PKG install
}