You are not logged in.
Hi, everybody!
This is my first attempt to contribute to Archlinux and it's great community.
Presenting to you, my very first PKGBUILD. I can't really understand how this package has not been built previously by anyone (at least I couldn't find any), because to me it is an absolute must, no matter what OS I am using.
I would be very grateful for any remarks, suggestions, tips. The package I built using this PKGBUILD works fine for me, but I am not putting up a binary just yet. Don't want to cause any damage to other people systems.
If the feedback on this one is positive, I will put up a binary somewhere or upload it to "Incoming". Just need somebody's assurance, that the package is ok. Here it is then:
pkgname=k3bmonkeyaudioplugin
pkgver=1.0
pkgrel=1
pkgdesc="K3b Monkey's Audio Encoder and Decoder plugin"
url="http://www.k3b.org/"
license="GPL"
depends=('k3b')
source=(http://heanet.dl.sourceforge.net/sourceforge/k3b/$pkgname.tar.bz2)
md5sums=('6a2f9f531cd63a50bf600fc8044ef7f1')
build() {
cd $startdir/src/$pkgname
./configure --prefix=/opt/kde --enable-mt
make || return 1
make DESTDIR=$startdir/pkg install
}
Thank you!
Offline