# HG changeset patch # User Pascal Bellard # Date 1388058201 0 # Node ID 595b6d418abe571922564b8c60033ecf4d68d8e9 # Parent 8afe5a63756e5deaa5992ba4c3830f2da7a03a09 Up: openssh (6.4p1) diff -r 8afe5a63756e -r 595b6d418abe minised/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/minised/receipt Thu Dec 26 11:43:21 2013 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="minised" +VERSION="1.14" +CATEGORY="base-system" +SHORT_DESC="A smaller, cheaper, faster SED implementation." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.exactcode.de/site/open_source/minised/" +WGET_URL="http://dl.exactcode.de/oss/$PACKAGE/$TARBALL" + +DEPENDS="" +BUILD_DEPENDS="" + +# Rules to configure and make the package. +compile_rules() +{ + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/bin $fs/usr +} diff -r 8afe5a63756e -r 595b6d418abe openssh-pam/receipt --- a/openssh-pam/receipt Thu Dec 26 09:02:17 2013 +0000 +++ b/openssh-pam/receipt Thu Dec 26 11:43:21 2013 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="openssh-pam" -VERSION="5.9p1" +VERSION="6.4p1" CATEGORY="security" SHORT_DESC="Openbsd Secure Shell using PAM." MAINTAINER="pascal.bellard@slitaz.org" diff -r 8afe5a63756e -r 595b6d418abe openssh/receipt --- a/openssh/receipt Thu Dec 26 09:02:17 2013 +0000 +++ b/openssh/receipt Thu Dec 26 11:43:21 2013 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="openssh" -VERSION="6.3p1" +VERSION="6.4p1" CATEGORY="security" SHORT_DESC="Openbsd Secure Shell." MAINTAINER="pascal.bellard@slitaz.org" diff -r 8afe5a63756e -r 595b6d418abe sftp-server/receipt --- a/sftp-server/receipt Thu Dec 26 09:02:17 2013 +0000 +++ b/sftp-server/receipt Thu Dec 26 11:43:21 2013 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sftp-server" -VERSION="6.3p1" +VERSION="6.4p1" CATEGORY="security" SHORT_DESC="Openbsd Secure FTP server." MAINTAINER="pascal.bellard@slitaz.org"