wok-next view libgio/receipt @ rev 7115

Up: web-applications to 1.3. Removed freehg and replaced it with bitbucket. Freehg is dead btw before slitaz 3.0 it looks like.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Nov 04 03:25:11 2010 +0000 (2010-11-04)
parents 8b121f5c3bfe
children 5c1d3ce0e848
line source
1 # SliTaz package receipt.
3 PACKAGE="libgio"
4 VERSION="2.26.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Glib libgio shared library."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="glib"
9 WANTED="glib"
10 WEB_SITE="http://www.gtk.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/libgio*.so* $fs/usr/lib
17 }