New package: mg-20110905.
This commit is contained in:
parent
9abbe8970d
commit
5f183a8401
2 changed files with 23 additions and 0 deletions
2
srcpkgs/mg/mg.rshlibs
Normal file
2
srcpkgs/mg/mg.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
|||
libncursesw.so.6
|
||||
libc.so.6
|
21
srcpkgs/mg/template
Normal file
21
srcpkgs/mg/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'mg'
|
||||
pkgname=mg
|
||||
version=20110905
|
||||
homepage="http://homepage.boetes.org/software/mg"
|
||||
distfiles="$homepage/mg-$version.tar.gz"
|
||||
short_desc="Micro GNU/emacs"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Public Domain"
|
||||
checksum=1cd37d7e6a3eecc890a5718c38b8f38495057ba93856762a756ccee2f9618229
|
||||
long_desc="
|
||||
mg is Micro GNU/emacs, this is a portable version of the mg maintained
|
||||
by the OpenBSD team."
|
||||
|
||||
do_build() {
|
||||
./configure && make ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vinstall mg 755 usr/bin
|
||||
vinstall mg.1 644 usr/share/man/man1
|
||||
}
|
Loading…
Reference in a new issue