wok-6.x diff libpaper/receipt @ rev 14578
wicd/stuff/wicd: rm -f wicd.pid for clean stop
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sat May 25 23:21:16 2013 +0000 (2013-05-25) |
parents | |
children | 086841d75237 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libpaper/receipt Sat May 25 23:21:16 2013 +0000 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libpaper" 1.7 +VERSION="1.1.24" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Library for handling paper characteristics." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +TARBALL="${PACKAGE}_$VERSION+nmu1.tar.gz" 1.12 +WEB_SITE="http://packages.debian.org/unstable/source/libpaper" 1.13 +WGET_URL="http://ftp.de.debian.org/debian/pool/main/libp/libpaper/$TARBALL" 1.14 + 1.15 + 1.16 +# Rules to configure and make the package. 1.17 +compile_rules() 1.18 +{ 1.19 + cd $src 1.20 + ./configure $CONFIGURE_ARGS && 1.21 + make && make install 1.22 +} 1.23 + 1.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 +genpkg_rules() 1.26 +{ 1.27 + mkdir -p $fs/usr/lib 1.28 + cp -a $install/usr/bin $fs/usr 1.29 + cp -a $install/usr/sbin $fs/usr 1.30 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.31 +}