wok view libsexy/receipt @ rev 19154

Up libdrm (2.4.68), xorg-xf86-video-nouveau (1.0.12)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon May 23 23:56:45 2016 +0300 (2016-05-23)
parents 76b72f1ad63c
children eeba7ab1dffe
line source
1 # SliTaz package receipt.
3 PACKAGE="libsexy"
4 VERSION="0.1.11"
5 CATEGORY="x-window"
6 SHORT_DESC="Sexy widgests for GTK+."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.chipx86.com/wiki/Libsexy"
11 WGET_URL="http://releases.chipx86.com/libsexy/libsexy/$TARBALL"
12 HOST_ARCH="i486 arm"
14 DEPENDS="gtk+ xorg-libXdamage"
15 BUILD_DEPENDS="pkg-config gtk+-dev xorg-xproto libxml2-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 $CONFIGURE_ARGS &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib
29 cp -a $install/usr/lib/*.so* $fs/usr/lib
30 }