New package: geomyidae-0.27
This commit is contained in:
parent
85020cb8b9
commit
bab324a629
2 changed files with 25 additions and 0 deletions
2
srcpkgs/geomyidae/files/geomyidae/run
Executable file
2
srcpkgs/geomyidae/files/geomyidae/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec geomyidae -d
|
23
srcpkgs/geomyidae/template
Normal file
23
srcpkgs/geomyidae/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'geomyidae'
|
||||||
|
pkgname=geomyidae
|
||||||
|
version=0.27
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
short_desc="A small C-based gopherd"
|
||||||
|
maintainer="m-cz <emcze@ya.ru>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="http://git.r-36.net/${pkgname}/"
|
||||||
|
distfiles="http://git.r-36.net/${pkgname}/snapshot/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum="d5164298890cf4a83de46e1baf6fefb81b26d1a462b5ebc628547cbf1f7a7916"
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
sed -i 's| -O0||g' Makefile
|
||||||
|
sed -i 's|^CFLAGS *=|override CFLAGS +=|g' Makefile
|
||||||
|
sed -i 's|^LDFLAGS *=|override LDFLAGS +=|g' Makefile
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vsv geomyidae
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue