wok-6.x annotate prelink/receipt @ rev 16941
gnucash: fix typo
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu Jul 24 02:22:52 2014 +0000 (2014-07-24) |
parents | |
children | 891649a16bcb |
rev | line source |
---|---|
devl547@16270 | 1 # SliTaz package receipt. |
devl547@16270 | 2 |
devl547@16270 | 3 PACKAGE="prelink" |
devl547@16270 | 4 VERSION="20130503" |
devl547@16270 | 5 CATEGORY="system-tools" |
devl547@16270 | 6 SHORT_DESC="ELF prelinking utility to speed up dynamic linking" |
devl547@16270 | 7 MAINTAINER="devl547@gmail.com" |
devl547@16270 | 8 LICENSE="GPL" |
devl547@16270 | 9 WEB_SITE="http://people.redhat.com/jakub/prelink/" |
devl547@16270 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
devl547@16270 | 11 WGET_URL="http://people.redhat.com/jakub/$PACKAGE/$TARBALL" |
devl547@16270 | 12 |
devl547@16270 | 13 DEPENDS="elfutils" |
devl547@16270 | 14 BUILD_DEPENDS="elfutils-dev" |
devl547@16270 | 15 |
devl547@16270 | 16 # Rules to configure and make the package. |
devl547@16270 | 17 compile_rules() |
devl547@16270 | 18 { |
devl547@16270 | 19 ./configure $CONFIGURE_ARGS && make && make install |
devl547@16270 | 20 } |
devl547@16270 | 21 |
devl547@16270 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@16270 | 23 genpkg_rules() |
devl547@16270 | 24 { |
devl547@16270 | 25 cp -a $install/* $fs |
devl547@16270 | 26 } |