wok-next diff xfs/receipt @ rev 21116
Update libxfce4util, xfconf, libxfce4ui
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jan 14 00:11:29 2019 +0200 (2019-01-14) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xfs/receipt Mon Jan 14 00:11:29 2019 +0200 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +PACKAGE="xfs" 1.7 +VERSION="1.2.0" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="X Font Server" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="MIT" 1.12 +WEB_SITE="https://www.x.org/wiki/" 1.13 + 1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 +WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.16 +TARBALL_SHA1="00848fcc2915ed8b00e75ac311c4727327324f57" 1.17 + 1.18 +BUILD_DEPENDS="util-macros font-util-dev xorgproto libxfont2-dev xtrans" 1.19 +DEPENDS="libxfont2" 1.20 + 1.21 +CONFIG_FILES="/etc/X11/fs/config" 1.22 + 1.23 +compile_rules() { 1.24 + touch /root/missing /missing 1.25 + 1.26 + ./configure $CONFIGURE_ARGS && 1.27 + make && 1.28 + make install 1.29 +} 1.30 + 1.31 +TAGS="Xorg" 1.32 + 1.33 +PROVIDE="xorg-xfs"