wok view xar/receipt @ rev 20701

updated airgeddon (3.31 -> 8.12)
author Hans-G?nter Theisgen
date Tue Feb 05 17:16:21 2019 +0100 (2019-02-05)
parents 5d1b0ab9a299
children 54b0f9995acb
line source
1 # SliTaz package receipt.
3 PACKAGE="xar"
4 VERSION="1.5.2"
5 CATEGORY="utilities"
6 SHORT_DESC="eXtensible ARchiver"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WGET_URL="https://github.com/downloads/mackyle/xar/$TARBALL"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://xar.googlecode.com/files/$TARBALL"
13 DEPENDS="acl attr bzlib glibc-base libcrypto libxml2 zlib"
14 BUILD_DEPENDS="openssl-dev zlib-dev bzip2-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib $fs/usr/share/mime/packages
26 cp -a $install/usr/bin $fs/usr
27 cp -a $install/usr/lib/*.so* $fs/usr/lib
28 }