# HG changeset patch # User Alexander Medvedev # Date 1396730068 0 # Node ID f2262a46d53957af6af177f56fa9416083ff8704 # Parent 62b66edb40b5572cf21c1e909ba6bbf39e19d127 Add: prelink (20130503) diff -r 62b66edb40b5 -r f2262a46d539 prelink/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/prelink/receipt Sat Apr 05 20:34:28 2014 +0000 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="prelink" +VERSION="20130503" +CATEGORY="system-tools" +SHORT_DESC="ELF prelinking utility to speed up dynamic linking" +MAINTAINER="devl547@gmail.com" +LICENSE="GPL" +WEB_SITE="http://people.redhat.com/jakub/prelink/" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="http://people.redhat.com/jakub/$PACKAGE/$TARBALL" + +DEPENDS="elfutils" +BUILD_DEPENDS="elfutils-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure $CONFIGURE_ARGS && make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +}