wok-next view prelink/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
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 }