nano: take over from sip
This commit is contained in:
parent
b87ab7b090
commit
06519a052e
21
nano/Pkgfile
21
nano/Pkgfile
@ -1,8 +1,7 @@
|
|||||||
# Description: GNU pico clone (a tiny text editor)
|
# Description: GNU pico clone (a tiny text editor)
|
||||||
# URL: http://www.nano-editor.org
|
# URL: http://www.nano-editor.org
|
||||||
# Maintainer: Simone Rota, sip at crux dot nu
|
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
|
||||||
# Packager: Simone Rota, sip at crux dot nu
|
# Packager: Simone Rota, sip at crux dot nu
|
||||||
# Depends on:
|
|
||||||
|
|
||||||
name=nano
|
name=nano
|
||||||
version=2.0.9
|
version=2.0.9
|
||||||
@ -10,11 +9,11 @@ release=1
|
|||||||
source=(http://www.nano-editor.org/dist/v2.0/$name-$version.tar.gz)
|
source=(http://www.nano-editor.org/dist/v2.0/$name-$version.tar.gz)
|
||||||
|
|
||||||
build(){
|
build(){
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
./configure --prefix=/usr --disable-nls --mandir=/usr/man
|
./configure --prefix=/usr --disable-nls --mandir=/usr/man
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
rm -r $PKG/usr/share
|
rm -r $PKG/usr/share
|
||||||
rm $PKG/usr/bin/rnano $PKG/usr/man/man1/rnano.1
|
rm $PKG/usr/bin/rnano $PKG/usr/man/man1/rnano.1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user