CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Major update for Arch-Maintainer's email (all ports)
[attic/ports/xorg-cross.git] / xorg-libfontenc / Pkgfile
CommitLineData
8f7b499b
JB
1# Description: xorg lib libfontenc
2# URL: http://xorg.freedesktop.org
3# Maintainer: Tilman Sauerbeck tilman at crux dot nu
179188a5 4# Arch Maintainer System Team devel@crux-arm.nu
8f7b499b
JB
5# Depends on: xorg-xproto
6
7name=xorg-libfontenc
8version=1.0.5
9release=1
10source=(http://xorg.freedesktop.org/releases/individual/lib/libfontenc-$version.tar.bz2)
11
12build() {
13 cd libfontenc-$version
14
15 export FONTENC_LIBS="-L$CLFS/usr/lib"
16 export FONTENC_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11"
17
18 ./configure --build=$CHOST \
19 --host=$CTARGET \
20 --prefix=/usr
21
22 make
23 make DESTDIR=$PKG install
24}