wok diff reiserfsprogs/receipt @ rev 15635

deadbeef, xpaint, virtualbox-ose: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 09 15:20:40 2013 +0000 (2013-12-09)
parents 73641efed1cc
children 7f78f61de159
line diff
     1.1 --- a/reiserfsprogs/receipt	Mon Apr 23 16:30:27 2012 +0200
     1.2 +++ b/reiserfsprogs/receipt	Mon Dec 09 15:20:40 2013 +0000
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="ReiserFS tools"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="linux-reiserfs util-linux-uuid"
     1.8 +LICENSE="GPL2"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.sfr-fresh.com/linux/misc/"
    1.11  WGET_URL="http://www.sfr-fresh.com/linux/misc/$TARBALL"
    1.12  TAGS="filesystem reiserfs"
    1.13  
    1.14 +DEPENDS="linux-reiserfs util-linux-uuid"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 @@ -18,13 +20,13 @@
    1.20  	./configure --prefix=/usr --sbindir=/sbin \
    1.21  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.22  	make &&
    1.23 -	make DESTDIR=$PWD/_pkg install
    1.24 +	make DESTDIR=$DESTDIR install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30  	mkdir -p $fs
    1.31 -	cp -a $_pkg/sbin $fs/
    1.32 +	cp -a $install/sbin $fs/
    1.33  }
    1.34