wok view libpaper/receipt @ rev 16179

8086tiny: fix build for arm (no graphic dont build...)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 30 17:45:53 2014 +0200 (2014-03-30)
parents 2256668cf432
children 412cfae4a54c
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"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure $CONFIGURE_ARGS &&
18 make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/lib
25 cp -a $install/usr/bin $fs/usr
26 cp -a $install/usr/sbin $fs/usr
27 cp -a $install/usr/lib/*.so* $fs/usr/lib
28 }