wok-next view mypaint/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | c022997c7a57 |
children | 2b48c0f89d4c |
line source
1 # SliTaz package receipt.
3 PACKAGE="mypaint"
4 VERSION="1.0.0"
5 CATEGORY="graphics"
6 SHORT_DESC="A fast and easy painting application for digital painters, with brush dynamics"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://mypaint.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="python-numpy protobuf-python python-pygtk-dev protobuf-dev \
15 python-dev scons2 swig gettext"
17 compile_rules() {
18 scons &&
19 scons prefix=$install/usr install
20 }
22 genpkg_rules() {
23 mkdir -p $fs/usr/share
24 cp -a $install/usr/bin $fs/usr
25 cp -a $install/usr/share/mypaint $fs/usr/share
26 cp -a $install/usr/lib $fs/usr
27 cp -a $install/usr/share/icons $fs/usr/share
28 DEPENDS="python-pygtk python-numpy protobuf-python"
29 }