wok-next view xorg-xcursorgen/receipt @ rev 21050

gparted: implement SliTaz graphical "su" in a right way
Note, it isn't in *.desktop file anymore (as for gparted-0.32.0), it is inside /usr/bin/gparted script!
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 28 12:35:25 2018 +0200 (2018-11-28)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xcursorgen"
4 VERSION="1.0.6"
5 CATEGORY="x-window"
6 SHORT_DESC="Create an X cursor file from PNG images"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html"
11 REPOLOGY="xcursorgen"
13 TARBALL="xcursorgen-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/app/$TARBALL"
16 BUILD_DEPENDS="xorg-util-macros xorg-libX11-dev xorg-libXcursor-dev \
17 libpng16-dev"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="libpng16 xorg-libX11 xorg-libXcursor"
29 }