wok-next view chrpath/receipt @ rev 20985
Small updates
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Sep 29 16:54:07 2018 +0300 (2018-09-29) |
parents | e3270f32432e |
children | d5aab818505e |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="chrpath"
4 VERSION="0.16"
5 CATEGORY="misc"
6 SHORT_DESC="Change or delete the rpath or runpath in ELF files"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://alioth-archive.debian.org/releases/chrpath/chrpath/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://alioth-archive.debian.org/releases/chrpath/chrpath/$VERSION/$TARBALL"
14 compile_rules() {
15 sed -i 's|/doc|/share/doc|' Makefile*
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make install
20 }
22 genpkg_rules() {
23 copy @std
24 }