wok-next view libsexy/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libsexy"
4 VERSION="0.1.11"
5 CATEGORY="x-window"
6 SHORT_DESC="Sexy widgests for GTK+"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://blog.chipx86.com/tag/libsexy/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://releases.chipx86.com/libsexy/libsexy/$TARBALL"
14 BUILD_DEPENDS="gtk2-dev xorgproto libxml2-dev"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 libsexy)
27 copy @std
28 DEPENDS="gtk2 libxdamage"
29 ;;
30 *-dev)
31 copy @dev
32 ;;
33 esac
34 }