wok-next annotate libfontenc/receipt @ rev 21223

updated btrfs-progs again (4.9.1 -> 5.3.1)
author Hans-G?nter Theisgen
date Tue Dec 03 10:21:27 2019 +0100 (2019-12-03)
parents
children
rev   line source
al@21072 1 # SliTaz package receipt v2.
al@21072 2
al@21072 3 PACKAGE="libfontenc"
al@21072 4 VERSION="1.1.3"
al@21072 5 CATEGORY="x-window"
al@21072 6 SHORT_DESC="Font encoding library"
al@21072 7 MAINTAINER="devel@slitaz.org"
al@21072 8 LICENSE="MIT"
al@21072 9 WEB_SITE="https://www.x.org/wiki/"
al@21072 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html"
al@21072 11
al@21072 12 TARBALL="libfontenc-$VERSION.tar.bz2"
al@21072 13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
al@21072 14 TARBALL_SHA1="312116f5156d6a8a2404c59560b60d53ddf1a09f"
al@21072 15
al@21072 16 BUILD_DEPENDS="zlib-dev xorgproto font-util-dev"
al@21072 17 SPLIT="$PACKAGE-dev"
al@21072 18
al@21072 19 DEPENDS_std="zlib"
al@21072 20
al@21072 21 compile_rules() {
al@21072 22 ./configure \
al@21072 23 --disable-static \
al@21072 24 $CONFIGURE_ARGS &&
al@21072 25 fix libtool &&
al@21072 26 make &&
al@21072 27 make install
al@21072 28 }
al@21072 29
al@21072 30 TAGS="Xorg"
al@21072 31
al@21072 32 PROVIDE_std="xorg-libfontenc"
al@21072 33 PROVIDE_dev="xorg-libfontenc-dev"