wok-next view xcursor-themes/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xcursor-themes"
4 VERSION="1.0.5"
5 CATEGORY="x-window"
6 SHORT_DESC="Standard set of X cursors"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcursor-themes.html"
11 HOST_ARCH="any"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/data/$TARBALL"
15 TARBALL_SHA1="6caae6cdb441003a42305f964c32bac21c34626f"
17 BUILD_DEPENDS="util-macros xcursorgen libxcursor-dev"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 TAGS="Xorg"
27 PROVIDE="xorg-xcursor-themes"