wok-next annotate chrpath/receipt @ rev 21237
try to build cndrvcups-common again
author | Hans-G?nter Theisgen |
---|---|
date | Wed Dec 04 16:52:15 2019 +0100 (2019-12-04) |
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 } |