You are not logged in.
Pages: 1
cdcat is a tool for maintaining a database of the files on your cdroms.
Here's the PKGBUILD:
pkgname=cdcat
pkgver=0.96
pkgrel=1
pkgdesc="A cd cataloging software."
url="http://cdcat.sourceforge.net/"
depends=(pcre qt)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://cdcat.sourceforge.net/cdcat-0.96.tar.bz2)
md5sums=('f0e5efabc10706c9130bd42676516cd3')
build() {
cd $startdir/src/CdCat-$pkgver/src
make || return 1
qmake cdcat.pro && make
make INSTALL_ROOT=$startdir/pkg install
cd $startdir/pkg/usr/local
mv * ../
rm -r $startdir/pkg/usr/local
}
Christian Theune | ct@gocept.com | http://www.gocept.com
Offline
Pages: 1