wok view xar/receipt @ rev 20993

gpicview: modified TARBALL
author Hans-G?nter Theisgen
date Thu Mar 07 17:13:01 2019 +0100 (2019-03-07)
parents 6135577f4d08
children 39c37a760ab8
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 WEB_SITE="http://mackyle.github.io/xar/"
10 WGET_URL="https://github.com/downloads/mackyle/xar/$TARBALL"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://xar.googlecode.com/files/$TARBALL"
14 DEPENDS="acl attr bzlib glibc-base libcrypto libxml2 zlib"
15 BUILD_DEPENDS="openssl-dev zlib-dev bzip2-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib $fs/usr/share/mime/packages
27 cp -a $install/usr/bin $fs/usr
28 cp -a $install/usr/lib/*.so* $fs/usr/lib
29 }