updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / vlcskineditor / PKGBUILD
blobda169f53f1b50576843c3f1e0a3101899b8d4ea6
1 # Contributor: Skipio <skipio86 at gmail dot com>
3 pkgname=vlcskineditor
4 pkgver=0.8.5
5 pkgrel=1
6 pkgdesc="The VLC Skin Editor aims at giving designers an easy opportunity to create skins for the VLC Media Player"
7 url="http://www.videolan.org/vlc/skineditor.html"
8 arch=('i686' 'x86_64')
9 license=('GPL')
10 depends=('java-runtime' 'x-server')
11 source=(http://mirror.informatik.uni-mannheim.de/pub/mirrors/videolan.org/skin-editor/$pkgver/VLCSkinEditor_unix.tar.gz)
12 md5sums=('62ea5993ddcd2b926b89fa3ea31b8d53')
14 build() {
15         install -d -m755 $pkgdir/usr/share/java
16         cp -R $srcdir $pkgdir/usr/share/java/$pkgname
17         }