wok-next annotate xorg-xcursor-themes/receipt @ rev 20990

Remove mate116 stash
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 02 22:23:34 2018 +0300 (2018-10-02)
parents cd7906120828
children f48456621a9d
rev   line source
al@19805 1 # SliTaz package receipt v2.
al@19649 2
al@19649 3 PACKAGE="xorg-xcursor-themes"
al@20934 4 VERSION="1.0.5"
al@19649 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Standard set of X cursors"
al@19649 7 MAINTAINER="al.bobylev@gmail.com"
al@19649 8 LICENSE="MIT"
al@19649 9 WEB_SITE="https://www.x.org/wiki/"
al@20443 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/xcursor-themes.html"
al@20888 11 REPOLOGY="xcursor-themes"
al@19649 12
al@19649 13 TARBALL="xcursor-themes-$VERSION.tar.bz2"
al@19649 14 WGET_URL="$XORG_MIRROR/data/$TARBALL"
al@19649 15
al@19649 16 BUILD_DEPENDS="xorg-util-macros xorg-xcursorgen xorg-libXcursor-dev"
al@19649 17
al@20443 18 compile_rules() {
al@20534 19 ./configure $CONFIGURE_ARGS &&
al@19805 20 make &&
al@19805 21 make install
al@19649 22 }
al@19649 23
al@20443 24 genpkg_rules() {
al@19805 25 copy @std
al@19649 26 }