inkscape.paketlendi
This commit is contained in:
parent
59412a11f7
commit
fe4ce3a837
1 changed files with 8 additions and 8 deletions
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
name=inkscape
|
name=inkscape
|
||||||
version=0.91
|
version=0.91
|
||||||
release=2
|
release=1
|
||||||
source=( https://launchpad.net/inkscape/0.91.x/0.91/+download/inkscape-0.91.tar.bz2
|
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)
|
inkscape-0.91-testfiles-1.patch)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
patch -Np1 -i ../inkscape-0.91-testfiles-1.patch
|
patch -Np1 -i ../inkscape-0.91-testfiles-1.patch
|
||||||
CXXFLAGS="-g -O2 -std=c++11" ./configure --prefix=/usr
|
CXXFLAGS="-g -O2 -std=c++11" ./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue