wok-6.x rev 16532
ARM: add libirman
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 26 22:30:13 2014 +0200 (2014-04-26) |
parents | 838dd1108a60 |
children | 22d84280392c |
files | libirman-dev/receipt libirman/receipt |
line diff
1.1 --- a/libirman-dev/receipt Sat Apr 26 21:17:33 2014 +0200 1.2 +++ b/libirman-dev/receipt Sat Apr 26 22:30:13 2014 +0200 1.3 @@ -7,10 +7,10 @@ 1.4 MAINTAINER="rcx@zoominternet.net" 1.5 LICENSE="GPL2" 1.6 WEB_SITE="http://www.lirc.org/html/install.html" 1.7 +HOST_ARCH="i486 arm" 1.8 + 1.9 WANTED="libirman" 1.10 1.11 -DEPENDS="" 1.12 - 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 {
2.1 --- a/libirman/receipt Sat Apr 26 21:17:33 2014 +0200 2.2 +++ b/libirman/receipt Sat Apr 26 22:30:13 2014 +0200 2.3 @@ -10,21 +10,16 @@ 2.4 WEB_SITE="http://www.lirc.org/html/install.html" 2.5 WGET_URL="http://www.lirc.org/software/snapshots/$TARBALL" 2.6 CONFIG_FILES="/etc/irman.conf" 2.7 - 2.8 -DEPENDS="glibc-base" 2.9 -BUILD_DEPENDS="slitaz-toolchain" 2.10 +HOST_ARCH="i486 arm" 2.11 2.12 # Rules to configure and make the package. 2.13 compile_rules() 2.14 { 2.15 - cd $src 2.16 - 2.17 ./configure \ 2.18 --prefix=/usr \ 2.19 --sysconfdir=/etc \ 2.20 $CONFIGURE_ARGS && 2.21 - make && 2.22 - make DESTDIR=$DESTDIR install 2.23 + make && make install 2.24 } 2.25 2.26 # Rules to gen a SliTaz package suitable for Tazpkg.