wok view xar/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents
children 6135577f4d08
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://code.google.com/p/xar/"
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 }