wok-6.x view pygtksourceview-dev/receipt @ rev 14587

Add missing deps coreutils-disk and coreutils-redirection for use tee and df command instead of Busybox
author Stanislas Leduc <shann@slitaz.org>
date Sun May 26 19:06:03 2013 +0200 (2013-05-26)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="pygtksourceview-dev"
4 VERSION="2.10.1"
5 CATEGORY="development"
6 SHORT_DESC="Devel files for PyGtkSourceView"
7 MAINTAINER="al.bobylev@gmail.com"
8 WEB_SITE="http://projects.gnome.org/gtksourceview/pygtksourceview.html"
9 WANTED="pygtksourceview"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 cp -a $install/* $fs
15 rm -f $fs/usr/lib/python2.7/site-packages/*.so
16 }