59cc3e0d45
This way it is possible to set up package specific repositories for i.e. specific devices.
15 lines
332 B
Text
15 lines
332 B
Text
# Template build file for 'minecraft'
|
|
pkgname=minecraft
|
|
version=0.5
|
|
revision=1
|
|
repository="nonfree"
|
|
noarch="yes"
|
|
depends="wmname wget"
|
|
short_desc="Launcher for the famous Minecraft game"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.minecraft.net/"
|
|
license="Propietary"
|
|
|
|
do_install() {
|
|
vbin ${FILESDIR}/minecraft
|
|
}
|