milis/talimatname/genel/i/inkscape/talimat

19 lines
491 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
2017-10-28 14:10:23 +02:00
isim=inkscape
surum=0.91
devir=1
kaynak=(https://launchpad.net/inkscape/0.91.x/0.91/+download/inkscape-0.91.tar.bz2
2017-04-25 20:38:06 +02:00
inkscape-0.91-testfiles-1.patch)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-04-25 20:38:06 +02:00
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
}