wok-next annotate xtrans/receipt @ rev 21531

updated busybox (1.27.2 -> 1.31.1)
author Hans-G?nter Theisgen
date Sat Jun 20 17:14:40 2020 +0100 (2020-06-20)
parents
children
rev   line source
al@21072 1 # SliTaz package receipt v2.
al@21072 2
al@21072 3 PACKAGE="xtrans"
al@21072 4 VERSION="1.3.5"
al@21072 5 CATEGORY="development"
al@21072 6 SHORT_DESC="X Network Transport layer shared code"
al@21072 7 MAINTAINER="devel@slitaz.org"
al@21072 8 LICENSE="other"
al@21072 9 WEB_SITE="https://www.x.org/wiki/"
al@21072 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html"
al@21072 11 HOST_ARCH="any"
al@21072 12
al@21072 13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21072 14 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
al@21072 15 TARBALL_SHA1="2d3ae1839d841f568bc481c6116af7d2a9f9ba59"
al@21072 16
al@21072 17 COPY="@dev"
al@21072 18 DEPENDS="xorgproto"
al@21072 19
al@21072 20 compile_rules() {
al@21072 21 ./configure $CONFIGURE_ARGS &&
al@21072 22 make &&
al@21072 23 make install
al@21072 24 }
al@21072 25
al@21072 26 TAGS="Xorg"
al@21072 27
al@21072 28 PROVIDE="xorg-xtrans"