# HG changeset patch # User Christophe Lincoln # Date 1398544213 -7200 # Node ID c32b9127bdcdbd646525f02146c5930c09fcfd1e # Parent 838dd1108a60b61084a2d0122ae19d7f0d5f828f ARM: add libirman diff -r 838dd1108a60 -r c32b9127bdcd libirman-dev/receipt --- a/libirman-dev/receipt Sat Apr 26 21:17:33 2014 +0200 +++ b/libirman-dev/receipt Sat Apr 26 22:30:13 2014 +0200 @@ -7,10 +7,10 @@ MAINTAINER="rcx@zoominternet.net" LICENSE="GPL2" WEB_SITE="http://www.lirc.org/html/install.html" +HOST_ARCH="i486 arm" + WANTED="libirman" -DEPENDS="" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 838dd1108a60 -r c32b9127bdcd libirman/receipt --- a/libirman/receipt Sat Apr 26 21:17:33 2014 +0200 +++ b/libirman/receipt Sat Apr 26 22:30:13 2014 +0200 @@ -10,21 +10,16 @@ WEB_SITE="http://www.lirc.org/html/install.html" WGET_URL="http://www.lirc.org/software/snapshots/$TARBALL" CONFIG_FILES="/etc/irman.conf" - -DEPENDS="glibc-base" -BUILD_DEPENDS="slitaz-toolchain" +HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ --prefix=/usr \ --sysconfdir=/etc \ $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.