wok view pygtksourceview-dev/receipt @ rev 13878

libboost-dev, input-utils, gcc3, gcc+gcj, ffmpeg-svn, zsnes, zlib, nimrod, mtpaint: use $ARCH
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 15 11:21:28 2013 +0100 (2013-01-15)
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 }