wok diff prelink/receipt @ rev 16893
libQtPlugins: replace phonon&sqlite libs: less deps in a lot of apps
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Jul 14 14:37:30 2014 +0300 (2014-07-14) |
parents | |
children | 891649a16bcb |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/prelink/receipt Mon Jul 14 14:37:30 2014 +0300 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 +}