wok annotate xorg-xf86bigfontproto/receipt @ rev 15280

cinepaint: remove a wrong error trigger (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 26 13:12:43 2013 +0000 (2013-09-26)
parents a09e9d64e4c9
children 3af9c976b7d4
rev   line source
pankso@88 1 # SliTaz package receipt.
pankso@88 2
pankso@88 3 PACKAGE="xorg-xf86bigfontproto"
pankso@5291 4 VERSION="1.2.0"
pankso@200 5 CATEGORY="development"
al@14604 6 SHORT_DESC="XF86BigFont extension headers"
pankso@88 7 MAINTAINER="pankso@slitaz.org"
al@14604 8 LICENSE="other"
pankso@88 9 WEB_SITE="http://www.x.org/"
slaxemulator@14639 10 SOURCE="xf86bigfontproto"
slaxemulator@14639 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@88 12 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
pankso@88 13
al@14604 14 DEPENDS="xorg-util-macros"
al@14604 15 BUILD_DEPENDS="xorg-util-macros"
al@14604 16
pankso@88 17 # Rules to configure and make the package.
pankso@88 18 compile_rules()
pankso@88 19 {
al@14604 20 ./configure \
al@14604 21 --sysconfdir=/etc \
al@14604 22 --localstatedir=/var \
al@14604 23 $CONFIGURE_ARGS &&
al@14604 24 make &&
al@14604 25 make install
pankso@88 26 }
pankso@88 27
pankso@88 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@88 29 genpkg_rules()
pankso@88 30 {
al@14604 31 mkdir -p $fs/usr/share/licenses
al@14604 32 cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
al@14604 33
al@14604 34 cp -a $install/* $fs
pankso@88 35 }