1 # Contributor: KillaB <xGenoBlast@gmail.com>
6 pkgdesc="A Java program that reminds you to do things"
8 url="http://sj.arc-nova.org/?page=jRemindMe"
10 depends=("jre") # It doesn't work with openjdk6
12 source=(http://sj.arc-nova.org/Program%20Updates/0/jRemindMe-1-4.zip jRemindMe
14 install=(jremindme.install)
15 md5sums=('2249c67a4da97f7920733923267496ad' '91977c81498a84b4de6129233cd12bbe'
16 '27b4ebba2c2ef50aa50b8d182e4fd8b5')
20 install -D jRemindMe.jar "${pkgdir}/usr/share/jRemindMe/jRemindMe.jar"
21 install -Dm755 jRemindMe "${pkgdir}/usr/bin/jRemindMe"
22 install -D jremindme.desktop "${pkgdir}/usr/share/applications/jremindme.desktop"
23 ln -s "/usr/bin/jRemindMe" "${pkgdir}/usr/bin/jremindme"