You are not logged in.
Filename
madman-0.91.1.tar.gz
Description
A QT based digital music archive manager for XMMS.
PKGBUILD
# Contributor: K. Piche <kpiche@rogers.com>
pkgname=madman
pkgver=0.91.1
pkgrel=1
pkgdesc="A QT based digital music archive manager for XMMS"
url="http://madman.sourceforge.net"
makedepends=('mawk')
depends=('glib' 'id3lib' 'libogg' 'qt' 'xmms')
source=(http://unc.dl.sourceforge.net/sourceforge/madman/madman-0.91.1.tar.gz christian-madman-logo.png madman.desktop)
md5sums=('046dad0b6480aa87c0ac9827cc7a0162'
'582db2bbd2c2cb16773c9a923547eba3'
'87ced1b57a17be3bb6476c888257c6d3')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --with-qt-dir=/opt/qt
make || return 1
make DESTDIR=$startdir/pkg install
mkdir -p $startdir/pkg/opt/gnome/share/pixmaps
mkdir -p $startdir/pkg/opt/gnome/share/applications
cp ../christian-madman-logo.png $startdir/pkg/opt/gnome/share/pixmaps
cp ../madman.desktop $startdir/pkg/opt/gnome/share/applications
}
Offline
Oooooo....looks like a great app! Thanks for this, can't wait to try it.
"No live organism can continue for long to exist sanely under conditions of absolute reality; even larks and katydids are supposed, by some, to dream." - S. Jackson
Offline
Anyone know how to build the 0.93rc version the "arch way"?
Since version 0.93rc1 the developers switched to the SCons build system which is not compatible with makepkg: it doesn't install to a tar.gz package but directly to the harddisk.
Offline