opt/nano/Pkgfile

20 lines
549 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: GNU pico clone (a tiny text editor)
2009-01-26 18:10:12 +01:00
# URL: http://www.nano-editor.org
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
# Packager: Simone Rota, sip at crux dot nu
2010-01-18 13:03:14 +01:00
# Depends on: ncurses
2006-02-23 16:26:10 +01:00
name=nano
2010-11-22 17:52:43 +01:00
version=2.2.6
2006-02-23 16:26:10 +01:00
release=1
2009-12-11 15:37:56 +01:00
source=(http://www.nano-editor.org/dist/v2.2/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build(){
2009-01-26 18:10:12 +01:00
cd $name-$version
./configure --prefix=/usr --disable-nls --mandir=/usr/man
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
rm $PKG/usr/bin/rnano $PKG/usr/man/man1/rnano.1
2006-02-23 16:26:10 +01:00
}