mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: x48-0.6.4
This commit is contained in:
parent
2daea19093
commit
b55af8146e
2 changed files with 25 additions and 0 deletions
6
srcpkgs/x48/INSTALL.msg
Normal file
6
srcpkgs/x48/INSTALL.msg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
Install the "latest" HP48 GX ROM to make the calculator usable:
|
||||||
|
|
||||||
|
mkdir ~/.hp48
|
||||||
|
curl -L http://downloads.sourceforge.net/project/x48.berlios/gxrom-r.bz2 | bunzip2 > ~/.hp48/rom
|
||||||
|
x48 -rom ~/.hp48/rom
|
||||||
|
|
19
srcpkgs/x48/template
Normal file
19
srcpkgs/x48/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'x48'
|
||||||
|
pkgname=x48
|
||||||
|
version=0.6.4
|
||||||
|
revision=1
|
||||||
|
create_wrksrc=yes
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake pkg-config"
|
||||||
|
makedepends="libXt-devel libXext-devel"
|
||||||
|
short_desc="HP48 CPU Emulator"
|
||||||
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="https://sourceforge.net/projects/x48.berlios/"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/x48.berlios/files/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=dd42fb3dfde860abb758f8e6d5ccd01845bbf0dcd808b87786eec3ef7091067f
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./autogen.sh
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue