wok-next annotate xorg-bdftopcf/receipt @ rev 20095
Update/add packages needed for building MATE desktop:
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Oct 28 16:45:22 2017 +0300 (2017-10-28) |
parents | f463de72afe3 |
children | 757d032c55c7 |
rev | line source |
---|---|
al@19805 | 1 # SliTaz package receipt v2. |
pascal@11203 | 2 |
pascal@11203 | 3 PACKAGE="xorg-bdftopcf" |
al@19645 | 4 VERSION="1.0.5" |
pascal@11203 | 5 CATEGORY="x-window" |
al@19805 | 6 SHORT_DESC="Convert X font from Bitmap Distribution Format to Portable \ |
al@19805 | 7 Compiled Format" |
pascal@11203 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15579 | 9 LICENSE="MIT" |
al@19645 | 10 WEB_SITE="https://www.x.org/wiki/" |
pascal@11203 | 11 |
al@19645 | 12 TARBALL="bdftopcf-$VERSION.tar.bz2" |
al@19645 | 13 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
al@19645 | 14 |
al@19645 | 15 BUILD_DEPENDS="xorg-util-macros xorg-libXfont-dev xorg-xtrans" |
al@19805 | 16 PKG_RULE="std" |
al@19645 | 17 |
al@19645 | 18 # Rules to configure and make the package. |
pascal@11203 | 19 compile_rules() |
pascal@11203 | 20 { |
al@19805 | 21 ./configure \ |
al@19805 | 22 --sysconfdir=/etc \ |
al@19805 | 23 --localstatedir=/var \ |
al@19805 | 24 $CONFIGURE_ARGS && |
al@19805 | 25 make && |
al@19805 | 26 make install |
pascal@11203 | 27 } |
pascal@11203 | 28 |
pascal@11203 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11203 | 30 genpkg_rules() |
pascal@11203 | 31 { |
al@19805 | 32 copy @std |
al@19805 | 33 DEPENDS="xorg-libXfont" |
al@19805 | 34 TAGS="utility xorg fonts" |
pascal@11203 | 35 } |