File PKGBUILD of Package WebPhonon

# This is an example PKGBUILD file. Use this as a start to creating your own,
# and remove these comments. For more information, see 'man PKGBUILD'.
# NOTE: Please fill out the license field for your package! If it is unknown,
# then please put 'unknown'.

# Maintainer: Your Name <youremail@domain.com>
pkgname=WebPhonon
pkgver=2.0
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/Zakhrov/WebPhonon.git"
license=('GPL')
groups=('multimedia')
makedepends=('cmake' 'kdelibs' 'automoc4' 'phonon-qt4-gstreamer')
#source=("${pkgname}/${pkgname}")
source=("$pkgname-$pkgver.tar.gz")
md5sums=('SKIP')

package() {
cd "${pkgname}-${pkgver}"
mkdir build
cd build
  cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
  make -j4
  make install DESTDIR=${pkgdir}
}
openSUSE Build Service is sponsored by