milis/talimatname/genel/librsvg/talimat

18 lines
461 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: Library and tools used to manipulate, convert and view Scalable Vector Graphic images.
# URL: http://librsvg.sourceforge.net/
2016-07-20 10:11:03 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: gdk-pixbuf libcroco pango vala
name=librsvg
version=2.40.13
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--enable-vala
make
make DESTDIR=$PKG install
}