wok-next view xorg-xtrans/receipt @ rev 20956

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 00:08:37 2018 +0300 (2018-09-05)
parents 9b3461bf373c
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xtrans"
4 VERSION="1.3.5"
5 CATEGORY="development"
6 SHORT_DESC="X Network Transport layer shared code"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html"
11 REPOLOGY="xtrans"
13 TARBALL="xtrans-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/lib/$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-xorgproto"
27 }