wok annotate xorg-bdftopcf/receipt @ rev 22899

updated gtk-screenshot (0.1.0-1 -> 0.2.0)
author Hans-G?nter Theisgen
date Sun Feb 23 15:09:43 2020 +0100 (2020-02-23)
parents eb8067417980
children 5d79829fa876
rev   line source
pascal@11203 1 # SliTaz package receipt.
pascal@11203 2
pascal@11203 3 PACKAGE="xorg-bdftopcf"
Hans-G?nter@22184 4 VERSION="1.1"
pascal@11203 5 CATEGORY="x-window"
Hans-G?nter@22184 6 TAGS="utility xorg fonts"
pascal@11203 7 SHORT_DESC="Font compiler for the X server and font server."
pascal@11203 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 9 LICENSE="MIT"
Hans-G?nter@22184 10 WEB_SITE="https://www.x.org/wiki/"
Hans-G?nter@22184 11
pascal@11203 12 SOURCE="bdftopcf"
pascal@11203 13 TARBALL="$SOURCE-$VERSION.tar.bz2"
pascal@11203 14 WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL"
pascal@11203 15
pascal@11203 16 # Rules to configure and make the package.ls sr
pascal@11203 17 compile_rules()
pascal@11203 18 {
Hans-G?nter@22184 19 ./configure \
Hans-G?nter@22184 20 --prefix=/usr \
Hans-G?nter@22184 21 --mandir=/usr/share/man \
pascal@11203 22 $CONFIGURE_ARGS &&
pascal@11203 23 make &&
pascal@11203 24 make DESTDIR=$DESTDIR install
pascal@11203 25 }
pascal@11203 26
pascal@11203 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11203 28 genpkg_rules()
pascal@11203 29 {
pascal@11203 30 mkdir -p $fs/usr
pascal@15579 31 cp -a $install/usr/bin $fs/usr
pascal@11203 32 }