mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 22:52:20 +01:00
24 lines
502 B
Plaintext
24 lines
502 B
Plaintext
# Description: a graphical GTK+ Music Player Daemon (MPD) client.
|
|
# URL: https://docs.xfce.org/apps/xfmpc/start
|
|
# Maintainer: mac-a-r0ni, j at lngn dot net
|
|
# Depends on: glib libxfce4ui libxfce4util libmpd
|
|
|
|
name=xfmpc
|
|
version=0.3.1
|
|
release=1
|
|
source=(https://archive.xfce.org/src/apps/$name/0.3/$name-$version.tar.bz2)
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
./configure \
|
|
--prefix=/usr \
|
|
--libexecdir=/usr/lib/$name \
|
|
--disable-static \
|
|
--disable-debug \
|
|
--disable-nls
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|