# HG changeset patch # User Hans-G?nter Theisgen # Date 1573458919 -3600 # Node ID 54fe236b54a63119733e54fa3cfa485e0d654b0a # Parent f25cb816bdd9b98657549e9510f3a24b9171071e updated xorg-bdftopcf (1.0.3 -> 1.1) diff -r f25cb816bdd9 -r 54fe236b54a6 xorg-bdftopcf/receipt --- a/xorg-bdftopcf/receipt Sun Nov 10 18:20:50 2019 +0100 +++ b/xorg-bdftopcf/receipt Mon Nov 11 08:55:19 2019 +0100 @@ -1,24 +1,24 @@ # SliTaz package receipt. PACKAGE="xorg-bdftopcf" -VERSION="1.0.3" +VERSION="1.1" CATEGORY="x-window" +TAGS="utility xorg fonts" SHORT_DESC="Font compiler for the X server and font server." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" +WEB_SITE="https://www.x.org/wiki/" + SOURCE="bdftopcf" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://xorg.freedesktop.org/" WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" -TAGS="utility xorg fonts" # Rules to configure and make the package.ls sr compile_rules() { - cd $src - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install @@ -30,4 +30,3 @@ mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr } -