contrib/mg/Pkgfile

22 lines
483 B
Plaintext
Raw Normal View History

2006-11-13 07:31:10 +01:00
# 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
2006-11-17 11:00:09 +01:00
version=20061117
2006-11-13 07:31:10 +01:00
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
}