milis/talimatname/genel/i/inkscape/talimat

19 lines
497 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Açık kaynaklı bir SVG editörü
2016-02-24 01:27:23 +01:00
# URL: http://www.inkscape.org
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: gc boost gsl gtkmm intltool libxslt popt poppler lcms lcms2
2016-02-24 01:27:23 +01:00
name=inkscape
version=0.91
2017-04-25 20:38:06 +02:00
release=1
source=(https://launchpad.net/inkscape/0.91.x/0.91/+download/inkscape-0.91.tar.bz2
inkscape-0.91-testfiles-1.patch)
2016-02-24 01:27:23 +01:00
build() {
2017-04-25 20:38:06 +02:00
cd $name-$version
patch -Np1 -i ../inkscape-0.91-testfiles-1.patch
CXXFLAGS="-g -O2 -std=c++11" ./configure --prefix=/usr
make
make DESTDIR=$PKG install
2016-02-24 01:27:23 +01:00
}