wok annotate xorg-libFS/receipt @ rev 20813

updated cryptopp (5.6.1 -> 8.0.0)
author Hans-G?nter Theisgen
date Mon Feb 18 11:22:40 2019 +0100 (2019-02-18)
parents 5ddb4d29b420
children c38f6bd312dc
rev   line source
pascal@14627 1 # SliTaz package receipt.
pascal@14627 2
pascal@14627 3 PACKAGE="xorg-libFS"
pascal@14627 4 VERSION="1.0.5"
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"
pascal@20423 9 WEB_SITE="https://www.x.org/"
slaxemulator@14639 10 SOURCE="libFS"
slaxemulator@14639 11 TARBALL="$SOURCE-$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 {
pascal@14627 32 mkdir -p $fs/usr/lib
pascal@14627 33 cp -a $install/usr/lib/*.so* $fs/usr/lib
pascal@14627 34 }