milis/talimatname/genel/audacious/talimat

18 lines
490 B
Plaintext
Raw Normal View History

# Description: Basitliğe ve ses kalitesine odaklanmış Winamp benzeri hafif bir müzik çalar.
2016-02-24 01:27:23 +01:00
# URL: http://audacious-media-player.org
2017-01-30 23:55:06 +01:00
# Packagers: milisarge
2016-10-12 21:51:32 +02:00
# Depends on: glib gtk2 python xorg-libsm gnome-icon-theme hicolor-icon-theme desktop-file-utils
2016-02-24 01:27:23 +01:00
name=audacious
2016-10-12 21:30:01 +02:00
version=3.7.2
2016-02-24 01:27:23 +01:00
release=1
source=(http://distfiles.audacious-media-player.org/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--with-buildstamp="NuTyX"
make
make DESTDIR=$PKG install
}