wok-6.x annotate xorg-gccmakedep/receipt @ rev 22600
updated most of the claws-mail packages (3.9.3 -> 3.17.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jan 08 16:17:41 2020 +0100 (2020-01-08) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
rev | line source |
---|---|
pascal@3530 | 1 # SliTaz package receipt. |
pascal@3530 | 2 |
pascal@3530 | 3 PACKAGE="xorg-gccmakedep" |
Hans-G?nter@22190 | 4 VERSION="1.0.3" |
pascal@3530 | 5 CATEGORY="x-window" |
pascal@3530 | 6 SHORT_DESC="X gccmakedep utility." |
pascal@3530 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
Hans-G?nter@22190 | 9 WEB_SITE="https://www.x.org/" |
Hans-G?nter@22190 | 10 |
pascal@3530 | 11 SOURCE="gccmakedep" |
gokhlayeh@6993 | 12 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@3530 | 13 WGET_URL="$XORG_MIRROR/util/$TARBALL" |
pascal@3530 | 14 |
pascal@15579 | 15 BUILD_DEPENDS="xorg-dev-proto" |
pascal@15579 | 16 |
pascal@3530 | 17 # Rules to configure and make the package. |
pascal@3530 | 18 compile_rules() |
pascal@3530 | 19 { |
Hans-G?nter@22190 | 20 ./configure \ |
Hans-G?nter@22190 | 21 --prefix=/usr \ |
Hans-G?nter@22190 | 22 --mandir=/usr/share/man \ |
Hans-G?nter@22190 | 23 $CONFIGURE_ARGS && |
Hans-G?nter@22190 | 24 make && |
pascal@15579 | 25 make DESTDIR=$DESTDIR install |
Hans-G?nter@22190 | 26 |
pascal@15579 | 27 chmod +x $DESTDIR/usr/bin/* |
pascal@3530 | 28 } |
pascal@3530 | 29 |
pascal@3530 | 30 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@3530 | 31 genpkg_rules() |
pascal@3530 | 32 { |
pascal@3530 | 33 mkdir -p $fs/usr |
pascal@15579 | 34 cp -a $install/usr/bin $fs/usr |
pascal@3530 | 35 } |