updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / postinga / PKGBUILD
blob0078fea5518e67362a4d8ec122a4b88a929f67b1
1 # PKGBUILD: Ignacio Losiggio < http://taringa.net/Kingreil >
2 # Creator: MukenioArg < http://taringa.net/MukenioArg >
4 pkgname=postinga
5 pkgver=1.02
6 pkgrel=0
7 pkgdesc="Creador de posts para Taringa!"
8 arch=('i686' 'x86_64')
9 url="http://taringa.net/comunidades/comunidadpostinga/"
10 license=('GPL')
11 depends=('java-runtime')
12 source=("http://dl.dropbox.com/u/155504/postinga.jar"
13 'postinga.desktop'
14 'postinga.png'
15 'postinga'
18 md5sums=('273186ac5f78ecb2ed79b7fe496001b2'
19          'bf6a94278682dab9ff827530ab9347c5'
20          '82f99ff56586e8f6b71f2488b6640bc1'
21          'cbc0b8deab09dab344a1ab8ca6f29dcc')
26 build(){
27   # Install jar
28   install -Dm644 "$srcdir/postinga.jar" "$pkgdir/usr/share/postinga/postinga.jar"
29   
30   
31   # Install icon
32   install -Dm644 postinga.png "$pkgdir/usr/share/pixmaps/postinga.png"
33   
34   # Install .desktop file
35   install -Dm644 postinga.desktop "$pkgdir/usr/share/applications/postinga.desktop"
36   
37   # Install run script
38   install -Dm755 postinga  "$pkgdir/usr/bin/postinga"