mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
parent
6649493bc3
commit
044bf35ebe
@ -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"
|
||||
|
||||
@ -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
|
||||
7
extra/ncftp/ncftp.post-install
Normal file
7
extra/ncftp/ncftp.post-install
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user