wok diff libirman/receipt @ rev 20257

Add giflossy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 23:27:32 2018 +0100 (2018-03-13)
parents 4904e3d374a9
children a4a9b130531d
line diff
     1.1 --- a/libirman/receipt	Tue Jun 11 10:41:23 2013 +0200
     1.2 +++ b/libirman/receipt	Tue Mar 13 23:27:32 2018 +0100
     1.3 @@ -10,21 +10,16 @@
     1.4  WEB_SITE="http://www.lirc.org/html/install.html"
     1.5  WGET_URL="http://www.lirc.org/software/snapshots/$TARBALL"
     1.6  CONFIG_FILES="/etc/irman.conf"
     1.7 -
     1.8 -DEPENDS="glibc-base"
     1.9 -BUILD_DEPENDS="slitaz-toolchain"
    1.10 +HOST_ARCH="i486 arm"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16 -	
    1.17  	./configure \
    1.18  		--prefix=/usr \
    1.19  		--sysconfdir=/etc \
    1.20  		$CONFIGURE_ARGS &&
    1.21 -	make &&
    1.22 -	make DESTDIR=$DESTDIR install
    1.23 +	make && make install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.