wok-next rev 20530

tazirc: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 26 11:46:34 2018 +0200 (2018-03-26)
parents 555cf3b9f1ff
children 18143f296fc8
files 8086tiny/stuff/8086tiny.sh nbs/receipt tazirc/receipt
line diff
     1.1 --- a/nbs/receipt	Sat Mar 24 15:55:55 2018 +0200
     1.2 +++ b/nbs/receipt	Mon Mar 26 11:46:34 2018 +0200
     1.3 @@ -15,9 +15,6 @@
     1.4  SPLIT="nbs-dev"
     1.5  
     1.6  compile_rules() {
     1.7 -	# respect DESTDIR
     1.8 -	sed -i.orig 's|/usr/|\$(DESTDIR)/usr/|g' Makefile
     1.9 -	mkdir -p $install/usr/bin/
    1.10  
    1.11  	make &&
    1.12  	make DESTDIR=$DESTDIR install || return 1
     2.1 --- a/tazirc/receipt	Sat Mar 24 15:55:55 2018 +0200
     2.2 +++ b/tazirc/receipt	Mon Mar 26 11:46:34 2018 +0200
     2.3 @@ -11,6 +11,8 @@
     2.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     2.5  WGET_URL="http://hg.slitaz.org/tazirc/archive/$VERSION.tar.bz2"
     2.6  
     2.7 +BUILD_DEPENDS="gettext-tools"
     2.8 +
     2.9  # Rules to configure and make the package.
    2.10  compile_rules()
    2.11  {