wok-next view xorg-xcursor-themes/receipt @ rev 21017
Some maintenance
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 16 16:46:05 2018 +0300 (2018-10-16) |
parents | 270c09f6a958 |
children | e7e7475e84c9 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-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 REPOLOGY="xcursor-themes"
13 TARBALL="xcursor-themes-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/data/$TARBALL"
16 BUILD_DEPENDS="xorg-util-macros xorg-xcursorgen xorg-libXcursor-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @std
26 }