milis/talimatname/genel/t/totem-pl-parser/talimat

19 lines
482 B
Plaintext
Raw Normal View History

2017-04-19 14:29:32 +02:00
# Description: GObject tabanlı kitaplık, çalma listesi formatlarını analiz eder ve kaydeder.
2016-02-24 01:27:23 +01:00
# URL: http://www.gnome.org/
2017-04-19 14:29:32 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: gmime intltool libsoup gobject-introspection
name=totem-pl-parser
version=3.10.6
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
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}