1 # PKGBUILD: Ignacio Losiggio < http://taringa.net/Kingreil >
2 # Creator: MukenioArg < http://taringa.net/MukenioArg >
7 pkgdesc="Creador de posts para Taringa!"
9 url="http://taringa.net/comunidades/comunidadpostinga/"
11 depends=('java-runtime')
12 source=("http://dl.dropbox.com/u/155504/postinga.jar"
18 md5sums=('273186ac5f78ecb2ed79b7fe496001b2'
19 'bf6a94278682dab9ff827530ab9347c5'
20 '82f99ff56586e8f6b71f2488b6640bc1'
21 'cbc0b8deab09dab344a1ab8ca6f29dcc')
28 install -Dm644 "$srcdir/postinga.jar" "$pkgdir/usr/share/postinga/postinga.jar"
32 install -Dm644 postinga.png "$pkgdir/usr/share/pixmaps/postinga.png"
34 # Install .desktop file
35 install -Dm644 postinga.desktop "$pkgdir/usr/share/applications/postinga.desktop"
38 install -Dm755 postinga "$pkgdir/usr/bin/postinga"