wok-next view xorg-xcursor-themes/receipt @ rev 19752
Up gvfs, cookutils, harfbuzz, libxml2.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jun 08 19:49:38 2017 +0300 (2017-06-08) |
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 }