wok annotate libirman/receipt @ rev 19729
libwmf: no cp + wildcard + absolute links
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 17 08:27:26 2017 +0100 (2017-02-17) |
parents | 4904e3d374a9 |
children | a4a9b130531d |
rev | line source |
---|---|
rcx@3719 | 1 # SliTaz package receipt. |
rcx@3719 | 2 |
rcx@3719 | 3 PACKAGE="libirman" |
rcx@3719 | 4 VERSION="0.4.5" |
rcx@3719 | 5 CATEGORY="utilities" |
rcx@3719 | 6 SHORT_DESC="Library for Irman." |
rcx@3719 | 7 MAINTAINER="rcx@zoominternet.net" |
pascal@14714 | 8 LICENSE="GPL2" |
rcx@3719 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
rcx@3719 | 10 WEB_SITE="http://www.lirc.org/html/install.html" |
rcx@3719 | 11 WGET_URL="http://www.lirc.org/software/snapshots/$TARBALL" |
rcx@3719 | 12 CONFIG_FILES="/etc/irman.conf" |
pankso@16532 | 13 HOST_ARCH="i486 arm" |
pascal@14714 | 14 |
rcx@3719 | 15 # Rules to configure and make the package. |
rcx@3719 | 16 compile_rules() |
rcx@3719 | 17 { |
rcx@3719 | 18 ./configure \ |
rcx@3719 | 19 --prefix=/usr \ |
rcx@3719 | 20 --sysconfdir=/etc \ |
rcx@3719 | 21 $CONFIGURE_ARGS && |
pankso@16532 | 22 make && make install |
rcx@3719 | 23 } |
rcx@3719 | 24 |
rcx@3719 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3719 | 26 genpkg_rules() |
rcx@3719 | 27 { |
rcx@3719 | 28 mkdir -p $fs/usr/lib |
pascal@14714 | 29 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pascal@14714 | 30 cp -a $install/usr/bin $fs/usr |
pascal@14714 | 31 cp -a $install/etc $fs |
rcx@3719 | 32 } |