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

Up bird (1.6.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 26 12:29:37 2017 +0200 (2017-04-26)
parents
children f463de72afe3
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 cook_copy_folders icons
26 }