wok-current rev 15718
Up: openssh (6.4p1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 26 11:43:21 2013 +0000 (2013-12-26) |
parents | 8afe5a63756e |
children | 588515381495 |
files | minised/receipt openssh-pam/receipt openssh/receipt sftp-server/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/minised/receipt Thu Dec 26 11:43:21 2013 +0000 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="minised" 1.7 +VERSION="1.14" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="A smaller, cheaper, faster SED implementation." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="BSD" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://www.exactcode.de/site/open_source/minised/" 1.14 +WGET_URL="http://dl.exactcode.de/oss/$PACKAGE/$TARBALL" 1.15 + 1.16 +DEPENDS="" 1.17 +BUILD_DEPENDS="" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + make && 1.23 + make DESTDIR=$DESTDIR install 1.24 +} 1.25 + 1.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 +genpkg_rules() 1.28 +{ 1.29 + mkdir -p $fs/usr 1.30 + cp -a $install/usr/bin $fs/usr 1.31 +}
2.1 --- a/openssh-pam/receipt Thu Dec 26 09:02:17 2013 +0000 2.2 +++ b/openssh-pam/receipt Thu Dec 26 11:43:21 2013 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="openssh-pam" 2.7 -VERSION="5.9p1" 2.8 +VERSION="6.4p1" 2.9 CATEGORY="security" 2.10 SHORT_DESC="Openbsd Secure Shell using PAM." 2.11 MAINTAINER="pascal.bellard@slitaz.org"
3.1 --- a/openssh/receipt Thu Dec 26 09:02:17 2013 +0000 3.2 +++ b/openssh/receipt Thu Dec 26 11:43:21 2013 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="openssh" 3.7 -VERSION="6.3p1" 3.8 +VERSION="6.4p1" 3.9 CATEGORY="security" 3.10 SHORT_DESC="Openbsd Secure Shell." 3.11 MAINTAINER="pascal.bellard@slitaz.org"
4.1 --- a/sftp-server/receipt Thu Dec 26 09:02:17 2013 +0000 4.2 +++ b/sftp-server/receipt Thu Dec 26 11:43:21 2013 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="sftp-server" 4.7 -VERSION="6.3p1" 4.8 +VERSION="6.4p1" 4.9 CATEGORY="security" 4.10 SHORT_DESC="Openbsd Secure FTP server." 4.11 MAINTAINER="pascal.bellard@slitaz.org"