wok-next view xorg-xcursorgen/receipt @ rev 20918
beautifulsoup -> python-beautifulsoup4
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Aug 21 23:51:00 2018 +0300 (2018-08-21) |
parents | 757d032c55c7 |
children | f48456621a9d |
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="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/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 }