wok-next view prelink/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents d43bf7aae921
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="prelink"
4 VERSION="20130503"
5 CATEGORY="system-tools"
6 SHORT_DESC="ELF prelinking utility to speed up dynamic linking"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="http://people.redhat.com/jakub/prelink/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://people.redhat.com/jakub/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="elfutils-dev"
16 compile_rules() {
17 sed -i 's/^LIBS.*/& -lpthread/' src/Makefile*
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="elfutils"
28 }