extra/ncftp: switched to new install file.

fixes #17
This commit is contained in:
Carlo Landmeter 2009-03-25 21:39:19 +00:00
parent 6649493bc3
commit 044bf35ebe
3 changed files with 10 additions and 14 deletions

View File

@ -7,9 +7,9 @@ url="http://www.ncftp.com/"
license="custom"
depends="uclibc"
makedepends="ncurses-dev"
install="$pkgname.install"
install="$pkgname.post-install"
source="ftp://ftp.$pkgname.com/$pkgname/$pkgname-$pkgver-src.tar.bz2
ncftp.install"
$pkgname.post-install"
subpackages="$pkgname-doc $pkgname-bookmarks"
build () {
@ -35,4 +35,4 @@ bookmarks () {
}
md5sums="b2b4b2fd38c81754b8f13895d784d491 ncftp-3.2.2-src.tar.bz2
14748964fb593df0e2914a61941cb3c0 ncftp.install"
b2f4e60fb769c6c9461f28979efa087d ncftp.post-install"

View File

@ -1,11 +0,0 @@
#!/bin/sh
case "$1" in
post_install)
echo '*'
echo '* If you like to install the ncurses based bookmark manager run: '
echo '*'
echo '* apk_add ncftp-bookmarks'
echo '*'
;;
esac

View File

@ -0,0 +1,7 @@
#!/bin/sh
echo '*'
echo '* If you like to install the ncurses based bookmark manager run: '
echo '*'
echo '* apk_add ncftp-bookmarks'
echo '*'
exit 0