wok view libpaper/receipt @ rev 20770

updated ccid again (1.4.8 -> 1.4.30)
author Hans-G?nter Theisgen
date Wed Feb 13 16:56:43 2019 +0100 (2019-02-13)
parents 086841d75237
children 291c914047e1
line source
1 # SliTaz package receipt.
3 PACKAGE="libpaper"
4 VERSION="1.1.24"
5 CATEGORY="system-tools"
6 SHORT_DESC="Library for handling paper characteristics."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="${PACKAGE}_$VERSION+nmu1.tar.gz"
10 WEB_SITE="http://packages.debian.org/unstable/source/libpaper"
11 WGET_URL="http://ftp.de.debian.org/debian/pool/main/libp/libpaper/$TARBALL"
12 HOST_ARCH="i486 arm"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure $CONFIGURE_ARGS &&
19 make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib
26 cp -a $install/usr/bin $fs/usr
27 cp -a $install/usr/sbin $fs/usr
28 cp -a $install/usr/lib/*.so* $fs/usr/lib
29 }