You are not logged in.
I am building a PKGBUILD to install a java program but am ignorant as where where it should be placed within $pkgdir. The package contains the following dirtree:
APPNAME
|-- dist
| |-- lib
| | |-- commons-io-2.0.jar
| | |-- jdom.jar
| | |-- mysql-connector-java-5.1.8-bin.jar
| | `-- sqlitejdbc-v056.jar
| `-- APPNAME.jar
|-- logs
|-- README.TXT
|-- res
`-- APP.xmlI have been running it out of ~/APPNAME to date. Thanks for advice.
Offline
The wiki should be of some help (more than I could be anyway): https://wiki.archlinux.org/index.php/Ja … Guidelines
Offline