wok diff reiser4progs/receipt @ rev 16566

slitaz-configs: fix build for ARM
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 01 14:43:27 2014 +0200 (2014-05-01)
parents bbd76bb81d25
children 23b382a886ad
line diff
     1.1 --- a/reiser4progs/receipt	Sat May 05 11:26:56 2012 +0200
     1.2 +++ b/reiser4progs/receipt	Thu May 01 14:43:27 2014 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Utilities for manipulating reiser4 file-system."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.kernel.org/"
    1.10  WGET_URL="http://piotrkosoft.net/pub/unix/linux/utils/fs/reiser4/$PACKAGE/$TARBALL"
    1.11 +TAGS="filesystem reiserfs"
    1.12 +
    1.13  DEPENDS="libaal util-linux-uuid ncurses readline"
    1.14  BUILD_DEPENDS="libaal libaal-dev"
    1.15 -TAGS="filesystem reiserfs"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19 @@ -19,14 +21,14 @@
    1.20  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.21  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.22  	make $MAKEFLAGS &&
    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/usr/lib
    1.31 -	cp -a $_pkg/usr/sbin $fs/usr
    1.32 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.33 +	cp -a $install/usr/sbin $fs/usr
    1.34 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.35  }
    1.36