20 lines
560 B
Plaintext
20 lines
560 B
Plaintext
# Description: Basitliğe ve ses kalitesine odaklanmış Winamp benzeri hafif bir müzik çalar.
|
||
# URL: http://audacious-media-player.org
|
||
# Maintainers: https://github.com/audacious-media-player
|
||
# Packagers: tnut at nutyx dot org
|
||
# Depends on: glib gtk2 python xorg-libsm gnome-icon-theme hicolor-icon-theme desktop-file-utils
|
||
|
||
name=audacious
|
||
version=3.7.2
|
||
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
|
||
}
|