27 lines
969 B
Bash
27 lines
969 B
Bash
# Template file for 'sk1'
|
|
pkgname=sk1
|
|
version=2.0rc4
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://sk1project.net"
|
|
distfiles="https://downloads.sk1project.net/sk1/${version}/sk1-${version}.tar.gz"
|
|
checksum=65ef0856389d3972e758d55eea33357a4bccec8b97d95eb8dc6be186a7956063
|
|
python_version=2
|
|
|
|
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}
|
|
}
|