wok-6.x rev 3719
Add: libirman
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Tue Jul 21 14:30:27 2009 +0000 (2009-07-21) |
parents | 023b4c1e9cee |
children | 7487969239ce |
files | libirman-dev/receipt libirman/receipt lirc/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libirman-dev/receipt Tue Jul 21 14:30:27 2009 +0000 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libirman-dev" 1.7 +VERSION="0.4.5" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="libirman devel files." 1.10 +MAINTAINER="rcx@zoominternet.net" 1.11 +DEPENDS="" 1.12 +WEB_SITE="http://www.lirc.org/html/install.html" 1.13 +WANTED="libirman" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/lib 1.19 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.20 + cp -a $_pkg/usr/include $fs/usr 1.21 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/libirman/receipt Tue Jul 21 14:30:27 2009 +0000 2.3 @@ -0,0 +1,35 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="libirman" 2.7 +VERSION="0.4.5" 2.8 +CATEGORY="utilities" 2.9 +SHORT_DESC="Library for Irman." 2.10 +MAINTAINER="rcx@zoominternet.net" 2.11 +DEPENDS="glibc-base" 2.12 +BUILD_DEPENDS="slitaz-toolchain" 2.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 +WEB_SITE="http://www.lirc.org/html/install.html" 2.15 +WGET_URL="http://www.lirc.org/software/snapshots/$TARBALL" 2.16 +CONFIG_FILES="/etc/irman.conf" 2.17 + 2.18 +# Rules to configure and make the package. 2.19 +compile_rules() 2.20 +{ 2.21 + cd $src 2.22 + 2.23 + ./configure \ 2.24 + --prefix=/usr \ 2.25 + --sysconfdir=/etc \ 2.26 + $CONFIGURE_ARGS && 2.27 + make && 2.28 + make DESTDIR=$src/_pkg install 2.29 +} 2.30 + 2.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.32 +genpkg_rules() 2.33 +{ 2.34 + mkdir -p $fs/usr/lib 2.35 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.36 + cp -a $_pkg/usr/bin $fs/usr 2.37 + cp -a $_pkg/etc $fs 2.38 +}
3.1 --- a/lirc/receipt Tue Jul 21 12:27:28 2009 +0000 3.2 +++ b/lirc/receipt Tue Jul 21 14:30:27 2009 +0000 3.3 @@ -6,7 +6,7 @@ 3.4 SHORT_DESC="Enables decoding and sending signals of many commonly used remote controls." 3.5 MAINTAINER="rcx@zoominternet.net" 3.6 DEPENDS="glibc-base libusb libusb-compat libftdi" 3.7 -BUILD_DEPENDS="slitaz-toolchain libftdi-dev" 3.8 +BUILD_DEPENDS="slitaz-toolchain libftdi-dev libirman-dev" 3.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.10 WEB_SITE="http://www.lirc.org/" 3.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"