milis/talimatname/genel/l/libmodplug/talimat

17 lines
359 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Library for playing module music.
2017-04-09 21:13:00 +02:00
# URL: http://modplug-xmms.sourceforge.net/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2017-04-09 21:13:00 +02:00
name=libmodplug
version=0.8.8.5
release=1
source=(http://downloads.sourceforge.net/project/modplug-xmms/$name/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}