wok-next annotate chrpath/receipt @ rev 21687
updated glpi (0.80.7 -> 9.4.6)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 29 17:11:21 2020 +0100 (2020-06-29) |
parents | b84b01f3048e |
children |
rev | line source |
---|---|
al@20985 | 1 # SliTaz package receipt v2. |
slaxemulator@6581 | 2 |
slaxemulator@6581 | 3 PACKAGE="chrpath" |
al@20985 | 4 VERSION="0.16" |
slaxemulator@6581 | 5 CATEGORY="misc" |
slaxemulator@6581 | 6 SHORT_DESC="Change or delete the rpath or runpath in ELF files" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
pascal@15579 | 8 LICENSE="GPL2" |
al@20985 | 9 WEB_SITE="https://alioth-archive.debian.org/releases/chrpath/chrpath/" |
slaxemulator@6581 | 10 |
al@20985 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@20985 | 12 WGET_URL="https://alioth-archive.debian.org/releases/chrpath/chrpath/$VERSION/$TARBALL" |
al@20985 | 13 |
al@20985 | 14 compile_rules() { |
pascal@19284 | 15 sed -i 's|/doc|/share/doc|' Makefile* |
al@20985 | 16 |
al@20985 | 17 ./configure $CONFIGURE_ARGS && |
al@20985 | 18 make && |
al@20985 | 19 make install |
slaxemulator@6581 | 20 } |
slaxemulator@6581 | 21 |
al@20985 | 22 genpkg_rules() { |
al@20985 | 23 copy @std |
slaxemulator@6581 | 24 } |