wok-next view xorg-xcursor-themes/receipt @ rev 19786

Fix intltool (for scim).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 19 17:21:41 2017 +0300 (2017-06-19)
parents 68de41d5ba77
children ea3c4b76ea5d
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xcursor-themes"
4 VERSION="1.0.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Default set of cursor themes for X"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
11 TARBALL="xcursor-themes-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/data/$TARBALL"
14 BUILD_DEPENDS="xorg-util-macros xorg-xcursorgen xorg-libXcursor-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 copy icons/
26 }