wok-next view xorg-libfontenc/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 0e7893ac206d
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-libfontenc"
4 VERSION="1.1.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Font encoding library"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html"
12 TARBALL="libfontenc-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
15 BUILD_DEPENDS="zlib-dev xorg-xproto xorg-font-util-dev"
16 SPLIT="xorg-libfontenc-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 *-libfontenc)
28 copy @std
29 DEPENDS="zlib"
30 ;;
31 *-dev)
32 copy @dev
33 ;;
34 esac
35 }