wok-next view cabextract/receipt @ rev 19657

Up: xorg-server, xorg-xf86-input-evdev, xorg-xf86-input-synaptics; add: xorg-xf86-input-wacom; remove: xorg-xf86-input-vmmouse.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 04 15:03:03 2017 +0200 (2017-03-04)
parents 15d65b02ff30
children be4a09f51254
line source
1 # SliTaz package receipt.
3 PACKAGE="cabextract"
4 VERSION="1.4"
5 CATEGORY="utilities"
6 SHORT_DESC="Extracting Microsoft cabinet files"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.cabextract.org.uk/"
11 WGET_URL="http://www.cabextract.org.uk/$TARBALL"
12 TAGS="extract cab exe"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }