wok-next annotate xorg-libXfont2/receipt @ rev 19972

Up copyq (3.1.1), qedit (2.8.1)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Oct 17 19:29:54 2017 +0200 (2017-10-17)
parents
children 0e7893ac206d
rev   line source
al@19805 1 # SliTaz package receipt v2.
al@19805 2
al@19805 3 PACKAGE="xorg-libXfont2"
al@19805 4 VERSION="2.0.1"
al@19805 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="X font2 handling library for server & utilities"
al@19805 7 MAINTAINER="al.bobylev@gmail.com"
al@19805 8 LICENSE="MIT"
al@19805 9 WEB_SITE="https://www.x.org/wiki/"
al@19805 10 HOST_ARCH="i486 arm"
al@19805 11
al@19805 12 TARBALL="libXfont2-$VERSION.tar.bz2"
al@19805 13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
al@19805 14
al@19805 15 BUILD_DEPENDS="xorg-util-macros freetype-dev xorg-xproto xorg-xtrans \
al@19805 16 xorg-fontsproto xorg-libfontenc-dev"
al@19805 17 SPLIT="xorg-libXfont2-dev"
al@19805 18 PKG_RULE="std-dev"
al@19805 19
al@19805 20 # Rules to configure and make the package.
al@19805 21 compile_rules()
al@19805 22 {
al@19805 23 ./configure \
al@19805 24 --sysconfdir=/etc \
al@19805 25 --localstatedir=/var \
al@19805 26 $CONFIGURE_ARGS &&
al@19805 27 make &&
al@19805 28 make install
al@19805 29 }
al@19805 30
al@19805 31 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19805 32 genpkg_rules()
al@19805 33 {
al@19805 34 case $PACKAGE in
al@19805 35 *-libXfont2)
al@19805 36 copy @std
al@19805 37 DEPENDS="freetype xorg-libfontenc zlib"
al@19805 38 ;;
al@19805 39 *-dev)
al@19805 40 copy @dev
al@19805 41 DEPENDS="xorg-libXfont2 bzip2-dev freetype-dev glib-dev \
al@19805 42 harfbuzz-dev libpng16-dev pcre-dev xorg-fontsproto \
al@19805 43 xorg-libfontenc-dev xorg-xproto zlib"
al@19805 44 ;;
al@19805 45 esac
al@19805 46 }