CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1361 -
(show annotations)
Tue Oct 6 11:14:30 2009 UTC (3 years, 7 months ago) by cjg
File size: 419 byte(s)
Tue Oct 6 11:14:30 2009 UTC (3 years, 7 months ago) by cjg
File size: 419 byte(s)
tagging release 2.4
| 1 | # Description: A relational database engine written in Java |
| 2 | # URL: http://hsqldb.org |
| 3 | # Maintainer: Giuseppe Coviello <cjg@cruxppc.org> |
| 4 | # Packager: Giuseppe Coviello <cjg@cruxppc.org> |
| 5 | # Depends on: |
| 6 | |
| 7 | name=hsqldb |
| 8 | version=1_8_0_10 |
| 9 | release=1 |
| 10 | source=(http://dl.sourceforge.net/sourceforge/$name/${name}_${version}.zip) |
| 11 | |
| 12 | build() { |
| 13 | mkdir -p $PKG/usr/share/java |
| 14 | install -m644 $SRC/hsqldb/lib/hsqldb.jar $PKG/usr/share/java/ |
| 15 | } |