wok diff prelink/receipt @ rev 17224
Up tazwikiss yaff tazdev tazchroot slitaz-mercurial-style qemu-box mirror-tools (2.1.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 15 15:56:22 2014 +0200 (2014-10-15) |
parents | |
children | 891649a16bcb |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/prelink/receipt Wed Oct 15 15:56:22 2014 +0200 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="prelink" 1.7 +VERSION="20130503" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="ELF prelinking utility to speed up dynamic linking" 1.10 +MAINTAINER="devl547@gmail.com" 1.11 +LICENSE="GPL" 1.12 +WEB_SITE="http://people.redhat.com/jakub/prelink/" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WGET_URL="http://people.redhat.com/jakub/$PACKAGE/$TARBALL" 1.15 + 1.16 +DEPENDS="elfutils" 1.17 +BUILD_DEPENDS="elfutils-dev" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + ./configure $CONFIGURE_ARGS && make && make install 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + cp -a $install/* $fs 1.29 +}