wok-current annotate xorg-presentproto/receipt @ rev 18915
Add: GNU Unifont UTF-8. Tag: TrueType. GPL2 License.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Wed Feb 24 06:53:25 2016 -0300 (2016-02-24) |
parents | |
children | 814c58f64f83 |
rev | line source |
---|---|
pascal@18124 | 1 # SliTaz package receipt. |
pascal@18124 | 2 |
pascal@18124 | 3 PACKAGE="xorg-presentproto" |
pascal@18124 | 4 VERSION="1.0" |
pascal@18124 | 5 CATEGORY="development" |
pascal@18124 | 6 SHORT_DESC="Present extension headers." |
pascal@18124 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@18124 | 8 LICENSE="other" |
pascal@18124 | 9 WEB_SITE="http://www.x.org/" |
pascal@18124 | 10 SOURCE="presentproto" |
pascal@18124 | 11 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@18124 | 12 WGET_URL="$XORG_MIRROR/proto/$TARBALL" |
pascal@18124 | 13 |
pascal@18124 | 14 DEPENDS="xorg-util-macros pkg-config" |
pascal@18124 | 15 BUILD_DEPENDS="xorg-util-macros" |
pascal@18124 | 16 |
pascal@18124 | 17 # Rules to configure and make the package. |
pascal@18124 | 18 compile_rules() |
pascal@18124 | 19 { |
pascal@18124 | 20 ./configure \ |
pascal@18124 | 21 --sysconfdir=/etc \ |
pascal@18124 | 22 --localstatedir=/var \ |
pascal@18124 | 23 $CONFIGURE_ARGS && |
pascal@18124 | 24 make && |
pascal@18124 | 25 make install |
pascal@18124 | 26 } |
pascal@18124 | 27 |
pascal@18124 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@18124 | 29 genpkg_rules() |
pascal@18124 | 30 { |
pascal@18124 | 31 cp -a $install/* $fs |
pascal@18124 | 32 rm -rf $fs/usr/share |
pascal@18124 | 33 } |