19 lines
549 B
Plaintext
19 lines
549 B
Plaintext
# Description: Açık kaynaklı bir SVG editörü
|
||
# URL: http://www.inkscape.org
|
||
# Packager: milisarge
|
||
# Depends on: gc boost gsl gtkmm intltool libxslt popt poppler lcms lcms2
|
||
|
||
name=inkscape
|
||
version=0.91
|
||
release=2
|
||
source=( https://launchpad.net/inkscape/0.91.x/0.91/+download/inkscape-0.91.tar.bz2
|
||
http://www.linuxfromscratch.org/patches/blfs/svn/inkscape-0.91-testfiles-1.patch)
|
||
|
||
build() {
|
||
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
|
||
}
|