wok rev 3747

Update: attr,acl (configure)
author Matthew Sheets <rcx@zoominternet.net>
date Thu Jul 23 14:00:31 2009 +0000 (2009-07-23)
parents cd9ee6498600
children 5b1a7cc13ca0
files acl-dev/receipt acl/receipt attr-dev/receipt attr/receipt
line diff
     1.1 --- a/acl-dev/receipt	Thu Jul 23 13:37:17 2009 +0000
     1.2 +++ b/acl-dev/receipt	Thu Jul 23 14:00:31 2009 +0000
     1.3 @@ -12,12 +12,11 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 +	mkdir -p $fs/lib
     1.8 +	cp -a $_pkg/lib/*.*a $fs/lib
     1.9 +
    1.10  	mkdir -p $fs/usr/lib
    1.11  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.12  
    1.13 -	mkdir -p $fs/usr/libexec
    1.14 -	cp -a $_pkg/usr/libexec/*.*a $fs/usr/libexec
    1.15 -
    1.16  	cp -a $_pkg/usr/include $fs/usr
    1.17  }
    1.18 -z
     2.1 --- a/acl/receipt	Thu Jul 23 13:37:17 2009 +0000
     2.2 +++ b/acl/receipt	Thu Jul 23 14:00:31 2009 +0000
     2.3 @@ -36,21 +36,19 @@
     2.4  	rm -r -f man
     2.5  	rm -r -f doc
     2.6  
     2.7 -	./configure \
     2.8 -		--prefix=/usr \
     2.9 -		$CONFIGURE_ARGS &&
    2.10 -	make &&
    2.11 +	# Configure is included in Makefile
    2.12 +	make LOCAL_CONFIGURE_OPTIONS="$CONFIGURE_ARGS" &&
    2.13  	make DESTDIR=$src/_pkg install install-lib install-dev
    2.14  }
    2.15  
    2.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.17  genpkg_rules()
    2.18  {
    2.19 +	mkdir -p $fs/lib
    2.20 +	cp -a $_pkg/lib/*.so* $fs/lib
    2.21 +
    2.22  	mkdir -p $fs/usr/lib
    2.23  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.24 -	
    2.25 -	mkdir -p $fs/usr/libexec
    2.26 -	cp -a $_pkg/usr/libexec/*.so* $fs/usr/libexec
    2.27 -	
    2.28 +
    2.29  	cp -a $_pkg/usr/bin $fs/usr
    2.30  }
     3.1 --- a/attr-dev/receipt	Thu Jul 23 13:37:17 2009 +0000
     3.2 +++ b/attr-dev/receipt	Thu Jul 23 14:00:31 2009 +0000
     3.3 @@ -12,11 +12,11 @@
     3.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     3.5  genpkg_rules()
     3.6  {
     3.7 +	mkdir -p $fs/lib
     3.8 +	cp -a $_pkg/lib/*.*a $fs/lib
     3.9 +
    3.10  	mkdir -p $fs/usr/lib
    3.11  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    3.12  
    3.13 -	mkdir -p $fs/usr/libexec
    3.14 -	cp -a $_pkg/usr/libexec/*.*a $fs/usr/libexec
    3.15 -
    3.16  	cp -a $_pkg/usr/include $fs/usr
    3.17  }
     4.1 --- a/attr/receipt	Thu Jul 23 13:37:17 2009 +0000
     4.2 +++ b/attr/receipt	Thu Jul 23 14:00:31 2009 +0000
     4.3 @@ -36,21 +36,19 @@
     4.4  	rm -r -f man
     4.5  	rm -r -f doc
     4.6  
     4.7 -	./configure \
     4.8 -		--prefix=/usr \
     4.9 -		$CONFIGURE_ARGS &&
    4.10 -	make &&
    4.11 +	# Configure is included in Makefile
    4.12 +	make LOCAL_CONFIGURE_OPTIONS="$CONFIGURE_ARGS" &&
    4.13  	make DESTDIR=$src/_pkg install install-lib install-dev
    4.14  }
    4.15  
    4.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.17  genpkg_rules()
    4.18  {
    4.19 +	mkdir -p $fs/lib
    4.20 +	cp -a $_pkg/lib/*.so* $fs/lib
    4.21 +
    4.22  	mkdir -p $fs/usr/lib
    4.23  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    4.24 -	
    4.25 -	mkdir -p $fs/usr/libexec
    4.26 -	cp -a $_pkg/usr/libexec/*.so* $fs/usr/libexec
    4.27 -	
    4.28 +
    4.29  	cp -a $_pkg/usr/bin $fs/usr
    4.30  }