From 42b73a456bc890fee7fdeb1ba15f59754c673b88 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 24 Oct 2009 22:02:00 +0200 Subject: proftpd: moved from 1.3.2 to 1.3.2b as this is a maintenance release it is not too useful to keep the old one around --- recipes/proftpd/proftpd_1.3.2.bb | 36 ------------------------------------ recipes/proftpd/proftpd_1.3.2b.bb | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 recipes/proftpd/proftpd_1.3.2.bb create mode 100644 recipes/proftpd/proftpd_1.3.2b.bb (limited to 'recipes/proftpd') diff --git a/recipes/proftpd/proftpd_1.3.2.bb b/recipes/proftpd/proftpd_1.3.2.bb deleted file mode 100644 index 8d31adeb9a..0000000000 --- a/recipes/proftpd/proftpd_1.3.2.bb +++ /dev/null @@ -1,36 +0,0 @@ -DESCRIPTION = "Secure ftp daemon" -SECTION = "console/network" -LICENSE = "GPL" -PR = "r4" - -SRC_URI = "ftp://ftp.nl.uu.net/pub/unix/ftp/proftpd/ftp/distrib/source/${PN}-${PV}.tar.gz \ - file://make.patch;patch=1 \ - " - - -EXTRA_OECONF = "ac_cv_func_setpgrp_void=yes ac_cv_func_setgrent_void=yes" -LDFLAGS += "-Llib" -PARALLEL_MAKE = "" - -do_configure () { - ./configure \ - --disable-auth-pam \ - --build=${BUILD_SYS} \ - --host=${HOST_SYS} \ - --target=${TARGET_SYS} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --sharedstatedir=/com \ - --localstatedir=/var \ - ${EXTRA_OECONF} \ - $@; -} - -do_install () { - oe_runmake DESTDIR=${D} install -} - -pkg_postinst () { - # more chown's might be needed - chown root:root /usr/sbin/proftpd -} diff --git a/recipes/proftpd/proftpd_1.3.2b.bb b/recipes/proftpd/proftpd_1.3.2b.bb new file mode 100644 index 0000000000..a50cc08b08 --- /dev/null +++ b/recipes/proftpd/proftpd_1.3.2b.bb @@ -0,0 +1,36 @@ +DESCRIPTION = "Secure ftp daemon" +SECTION = "console/network" +LICENSE = "GPL" +PR = "r0" + +SRC_URI = "ftp://ftp.nl.uu.net/pub/unix/ftp/proftpd/ftp/distrib/source/${PN}-${PV}.tar.gz \ + file://make.patch;patch=1 \ + " + + +EXTRA_OECONF = "ac_cv_func_setpgrp_void=yes ac_cv_func_setgrent_void=yes" +LDFLAGS += "-Llib" +PARALLEL_MAKE = "" + +do_configure () { + ./configure \ + --disable-auth-pam \ + --build=${BUILD_SYS} \ + --host=${HOST_SYS} \ + --target=${TARGET_SYS} \ + --prefix=/usr \ + --sysconfdir=/etc \ + --sharedstatedir=/com \ + --localstatedir=/var \ + ${EXTRA_OECONF} \ + $@; +} + +do_install () { + oe_runmake DESTDIR=${D} install +} + +pkg_postinst () { + # more chown's might be needed + chown root:root /usr/sbin/proftpd +} -- cgit 1.2.3-korg