wok view libpaper/receipt @ rev 20355

syslinux: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 09 17:09:08 2018 +0200 (2018-06-09)
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 }