wok annotate zim/receipt @ rev 18281
mate-control-center: update deps and force glib compile schemas
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Mon Aug 10 09:59:01 2015 -0300 (2015-08-10) |
parents | 533c0cab6960 |
children | f7ec9f320ebe |
rev | line source |
---|---|
pankso@3369 | 1 # SliTaz package receipt. |
pankso@3369 | 2 |
pankso@3369 | 3 PACKAGE="zim" |
samuel_trassare@13417 | 4 VERSION="0.56" |
pankso@3369 | 5 CATEGORY="utilities" |
pankso@3369 | 6 SHORT_DESC="A desktop wiki." |
gokhlayeh@7034 | 7 MAINTAINER="gokhlayeh@slitaz.org" |
pascal@15198 | 8 LICENSE="GPL2" |
gokhlayeh@5873 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@3369 | 10 WEB_SITE="http://zim-wiki.org/" |
gokhlayeh@5873 | 11 WGET_URL="http://zim-wiki.org/downloads/$TARBALL" |
gokhlayeh@5873 | 12 TAGS="wiki notebook" |
pankso@3369 | 13 |
al@18086 | 14 DEPENDS="python pygtk pygobject python-simplejson python-xdg \ |
al@18086 | 15 desktop-file-utils shared-mime-info xdg-utils" |
pascal@15198 | 16 BUILD_DEPENDS="$DEPENDS pycairo-dev pygobject-dev pygtk-dev python-dev" |
pascal@15198 | 17 |
pankso@3369 | 18 # Rules to configure and make the package. |
pankso@3369 | 19 compile_rules() |
pankso@3369 | 20 { |
slaxemulator@10187 | 21 ./setup.py install --root=$DESTDIR install |
pankso@3369 | 22 } |
pankso@3369 | 23 |
pankso@3369 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@3369 | 25 genpkg_rules() |
pankso@3369 | 26 { |
al@17261 | 27 mkdir -p $fs/usr/share |
al@17261 | 28 cp -a $install/usr/bin $fs/usr |
al@17261 | 29 cp -a $install/usr/lib $fs/usr |
al@17261 | 30 cp -a $install/usr/share/zim $fs/usr/share |
pankso@3369 | 31 } |