# HG changeset patch # User Matthew Sheets # Date 1248186627 0 # Node ID 5c6c9ee5f21ea257f590596525b4f473c62dae6f # Parent 023b4c1e9cee2d8a3926fcbcc8b157b81f2f3227 Add: libirman diff -r 023b4c1e9cee -r 5c6c9ee5f21e libirman-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libirman-dev/receipt Tue Jul 21 14:30:27 2009 +0000 @@ -0,0 +1,18 @@ +# SliTaz package receipt. + +PACKAGE="libirman-dev" +VERSION="0.4.5" +CATEGORY="development" +SHORT_DESC="libirman devel files." +MAINTAINER="rcx@zoominternet.net" +DEPENDS="" +WEB_SITE="http://www.lirc.org/html/install.html" +WANTED="libirman" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr +} diff -r 023b4c1e9cee -r 5c6c9ee5f21e libirman/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libirman/receipt Tue Jul 21 14:30:27 2009 +0000 @@ -0,0 +1,35 @@ +# SliTaz package receipt. + +PACKAGE="libirman" +VERSION="0.4.5" +CATEGORY="utilities" +SHORT_DESC="Library for Irman." +MAINTAINER="rcx@zoominternet.net" +DEPENDS="glibc-base" +BUILD_DEPENDS="slitaz-toolchain" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.lirc.org/html/install.html" +WGET_URL="http://www.lirc.org/software/snapshots/$TARBALL" +CONFIG_FILES="/etc/irman.conf" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$src/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/etc $fs +} diff -r 023b4c1e9cee -r 5c6c9ee5f21e lirc/receipt --- a/lirc/receipt Tue Jul 21 12:27:28 2009 +0000 +++ b/lirc/receipt Tue Jul 21 14:30:27 2009 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Enables decoding and sending signals of many commonly used remote controls." MAINTAINER="rcx@zoominternet.net" DEPENDS="glibc-base libusb libusb-compat libftdi" -BUILD_DEPENDS="slitaz-toolchain libftdi-dev" +BUILD_DEPENDS="slitaz-toolchain libftdi-dev libirman-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.lirc.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"