28 lines
987 B
Bash
28 lines
987 B
Bash
# Template file for 'sk1'
|
|
pkgname=sk1
|
|
reverts="2.0rc3.20180316_1 2.0rc3.20180329_1"
|
|
version=2.0rc3
|
|
revision=4
|
|
build_style=python2-module
|
|
pycompile_dirs="/usr/lib/sk1-wx-${version}"
|
|
hostmakedepends="pkg-config python"
|
|
makedepends="libmagick-devel pango-devel python-cairo-devel wxPython-devel"
|
|
depends="desktop-file-utils hicolor-icon-theme python-cairo python-Pillow
|
|
python-reportlab wxPython"
|
|
short_desc="Open source multiplatform vector graphics editor"
|
|
maintainer="cr6git <quark6@protonmail.com>"
|
|
license="GPL-3"
|
|
homepage="https://sk1project.net"
|
|
distfiles="https://downloads.sk1project.net/sk1/${version}/sk1-${version}.tar.gz"
|
|
checksum=d3b94131794d42d7c80c678e11a28a8e6a50401af4a35e42ed534d02b14abdff
|
|
|
|
pre_configure() {
|
|
# python2: can't open file 'setup.py': [Errno 2] No such file or directory
|
|
ln -s setup-sk1.py setup.py
|
|
}
|
|
|
|
do_install() {
|
|
# must supply either prefix/exec-prefix/home or install-base/install-platbase -- not both
|
|
python2 setup.py install --root=${DESTDIR}
|
|
}
|
|
|