wok-next diff patchelf/receipt @ rev 20996

Move fonts-liberation*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 04 16:01:47 2018 +0300 (2018-10-04)
parents c2b0050b1a4c
children
line diff
     1.1 --- a/patchelf/receipt	Tue Jan 06 15:05:29 2015 +0100
     1.2 +++ b/patchelf/receipt	Thu Oct 04 16:01:47 2018 +0300
     1.3 @@ -1,29 +1,26 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="patchelf"
     1.8 -VERSION="0.8"
     1.9 +VERSION="0.9"
    1.10  CATEGORY="development"
    1.11 -SHORT_DESC="Modify the dynamic linker and RPATH of ELF executables."
    1.12 +SHORT_DESC="Modify the dynamic linker and RPATH of ELF executables"
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="GPL3"
    1.15 +WEB_SITE="https://nixos.org/patchelf.html"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="http://nixos.org/patchelf.html"
    1.19 -WGET_URL="http://nixos.org/releases/$PACKAGE/$PACKAGE-$VERSION/$TARBALL"
    1.20 +WGET_URL="https://nixos.org/releases/patchelf/patchelf-$VERSION/$TARBALL"
    1.21  
    1.22 -DEPENDS="gcc-lib-base"
    1.23 -
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 -	./configure --prefix=/usr --mandir=/usr/share/man \
    1.28 +#		--prefix=/usr \
    1.29 +#		--mandir=/usr/share/man \
    1.30 +compile_rules() {
    1.31 +	./configure \
    1.32  		$CONFIGURE_ARGS &&
    1.33  	make &&
    1.34 -	make DESTDIR=$DESTDIR install
    1.35 +	make install
    1.36  }
    1.37  
    1.38 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.39 -genpkg_rules()
    1.40 -{
    1.41 -	mkdir -p $fs/usr
    1.42 -	cp -a $install/usr/bin $fs/usr
    1.43 +genpkg_rules() {
    1.44 +	copy @std
    1.45 +	DEPENDS="gcc-lib-base"
    1.46  }