wok-next annotate 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 |
rev | line source |
---|---|
al@19649 | 1 # SliTaz package receipt. |
al@19649 | 2 |
al@19649 | 3 PACKAGE="xorg-xcursor-themes" |
al@19649 | 4 VERSION="1.0.4" |
al@19649 | 5 CATEGORY="x-window" |
al@19649 | 6 SHORT_DESC="Default set of cursor themes for X" |
al@19649 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@19649 | 8 LICENSE="MIT" |
al@19649 | 9 WEB_SITE="https://www.x.org/wiki/" |
al@19649 | 10 |
al@19649 | 11 TARBALL="xcursor-themes-$VERSION.tar.bz2" |
al@19649 | 12 WGET_URL="$XORG_MIRROR/data/$TARBALL" |
al@19649 | 13 |
al@19649 | 14 BUILD_DEPENDS="xorg-util-macros xorg-xcursorgen xorg-libXcursor-dev" |
al@19649 | 15 |
al@19649 | 16 # Rules to configure and make the package. |
al@19649 | 17 compile_rules() |
al@19649 | 18 { |
al@19649 | 19 ./configure $CONFIGURE_ARGS && make && make install |
al@19649 | 20 } |
al@19649 | 21 |
al@19649 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@19649 | 23 genpkg_rules() |
al@19649 | 24 { |
al@19649 | 25 cook_copy_folders icons |
al@19649 | 26 } |