wok-next annotate xorg-libFS/receipt @ rev 19659

Up xorg-xf86-video-fbdev, xorg-xf86-video-intel
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Mar 05 05:50:58 2017 +0200 (2017-03-05)
parents 5ddb4d29b420
children f463de72afe3
rev   line source
pascal@14627 1 # SliTaz package receipt.
pascal@14627 2
pascal@14627 3 PACKAGE="xorg-libFS"
al@19634 4 VERSION="1.0.7"
pascal@14627 5 CATEGORY="x-window"
al@14637 6 SHORT_DESC="Library Interface to the X Font Server"
pascal@14627 7 MAINTAINER="pascal.bellard@slitaz.org"
al@14637 8 LICENSE="other"
al@19634 9 WEB_SITE="https://www.x.org/wiki/"
al@19634 10
al@19634 11 TARBALL="libFS-$VERSION.tar.bz2"
pascal@14627 12 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
pascal@14627 13
al@14637 14 DEPENDS="glibc-base"
al@14637 15 BUILD_DEPENDS="xorg-util-macros xorg-xproto xorg-fontsproto xorg-xtrans"
pascal@14627 16
pascal@14627 17 # Rules to configure and make the package.
pascal@14627 18 compile_rules()
pascal@14627 19 {
pascal@14627 20 ./configure \
pascal@14627 21 --sysconfdir=/etc \
pascal@14627 22 --localstatedir=/var \
al@14637 23 --disable-static \
pascal@14627 24 $CONFIGURE_ARGS &&
al@14637 25 make &&
al@14637 26 make install
pascal@14627 27 }
pascal@14627 28
pascal@14627 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14627 30 genpkg_rules()
pascal@14627 31 {
al@19634 32 cook_copy_files *.so*
pascal@14627 33 }