mg: initial commit

This commit is contained in:
Han Boetes 2006-11-13 07:31:10 +01:00
parent 7027149f71
commit 99b49f6b99
3 changed files with 28 additions and 0 deletions

6
mg/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mg
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-r--r--r-- root/root usr/man/man1/mg.1.gz

1
mg/.md5sum Normal file
View File

@ -0,0 +1 @@
de5e24b3bbdbd9430daa10af064465e0 mg-20060919.tar.gz

21
mg/Pkgfile Normal file
View File

@ -0,0 +1,21 @@
# Description: OpenBSD micro Gnu-emacs clone
# URL: http://www.xs4all.nl/~hanb/software/mg/
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on:
# Nice to have: arc4random
name=mg
version=20060919
release=1
source="http://www.xs4all.nl/~hanb/software/mg/mg-$version.tar.gz"
build()
{
cd $name-$version
./configure
make all install \
prefix=/usr \
mandir=/usr/man \
DESTDIR=$PKG
}