wok-next view xorg-xbitmaps/receipt @ rev 20917

freetype: return freetype-config back
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 11:44:50 2018 +0300 (2018-08-21)
parents 757d032c55c7
children 02b674913611
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xbitmaps"
4 VERSION="1.1.1"
5 CATEGORY="development"
6 SHORT_DESC="Standard set of X bitmaps"
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/xbitmaps.html"
11 REPOLOGY="xbitmaps"
13 TARBALL="xbitmaps-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/data/$TARBALL"
16 BUILD_DEPENDS="xorg-util-macros"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @dev
26 DEPENDS="xorg-util-macros"
27 }