wok annotate libirman/receipt @ rev 24400
updated cgames (2.2a -> 2.2b)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 08 15:46:39 2022 +0100 (2022-02-08) |
parents | c32b9127bdcd |
children | ede1d184d5c5 |
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" |
pascal@23596 | 10 WEB_SITE="https://www.lirc.org/html/install.html" |
pascal@23596 | 11 WGET_URL="https://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 } |