diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-09-12 09:37:18 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-12 09:37:18 +0000 |
commit | 380837491d26cdbdd3fe0bb646ec72126575651e (patch) | |
tree | 0cc963b55de5348b5811df92cd9eefe8f8c5a85a | |
parent | 5a6386c53a0e4752b3fa8fd29cf1a8653d9030c6 (diff) | |
parent | 88e3667e366d184184913c9879e9834275c59ef3 (diff) |
merge of 80332541fe8af97cf6e4ae0388ba2b0f38b88605
and 8886e2ff4b093b9718b9f8291827812566ffd11c
-rw-r--r-- | packages/ftpd-topfield/ftpd-topfield_0.6.0.bb | 39 | ||||
-rw-r--r-- | packages/ftpd-topfield/ftpd-topfield_0.6.1.bb | 2 |
2 files changed, 1 insertions, 40 deletions
diff --git a/packages/ftpd-topfield/ftpd-topfield_0.6.0.bb b/packages/ftpd-topfield/ftpd-topfield_0.6.0.bb deleted file mode 100644 index 06cd4732d7..0000000000 --- a/packages/ftpd-topfield/ftpd-topfield_0.6.0.bb +++ /dev/null @@ -1,39 +0,0 @@ -# This package builds the ftpd-topfield program -PR = "r0" -DESCRIPTION = "ftpd-topfield - FTP access to TopField PVR" -HOMEPAGE = "http://sourceforge.net/projects/puppy" -MAINTAINER = "NSLU2 Linux <www.nslu2-linux.org>" -SECTION = "net" -LICENSE = "MIT" - -DEPENDS = "libusb" - -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=ftpd-topfield;tag=FTPD_TOPFIELD_0_6_0 \ - cvs://anonymous@cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=libtopfield;tag=LIBTOPFIELD_0_5_0 \ - file://init" - -# The source will end up in the subdirectory 'ftpd-topfield' - no release name -S = "${WORKDIR}/ftpd-topfield" -SL = "${WORKDIR}/libtopfield" - -inherit update-rc.d - -INITSCRIPT_NAME = "ftpd-topfield" -INITSCRIPT_PARAMS = "defaults" - -# Just the one package at present -PACKAGES = "${PN}" - -inherit autotools - -do_compile() { - oe_runmake -C ${SL} libtopfield.a - oe_runmake LDLIBS="${LDFLAGS} -L ../libtopfield -ltopfield -lusb" -} - -do_install() { - install -d ${D}${sbindir} - install -m 0755 ${S}/ftpd ${D}${sbindir}/ftpd-topfield - install -d ${D}${sysconfdir}/ ${D}${sysconfdir}/init.d - install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/ftpd-topfield -} diff --git a/packages/ftpd-topfield/ftpd-topfield_0.6.1.bb b/packages/ftpd-topfield/ftpd-topfield_0.6.1.bb index 095162fcbe..c93e8c2120 100644 --- a/packages/ftpd-topfield/ftpd-topfield_0.6.1.bb +++ b/packages/ftpd-topfield/ftpd-topfield_0.6.1.bb @@ -9,7 +9,7 @@ LICENSE = "MIT" DEPENDS = "libusb" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=ftpd-topfield;tag=FTPD_TOPFIELD_0_6_1 \ - cvs://anonymous@cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=libtopfield;tag=LIBTOPFIELD_0_6_1 \ + cvs://anonymous@cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=libtopfield;tag=FTPD_TOPFIELD_0_6_1 \ file://init" # The source will end up in the subdirectory 'ftpd-topfield' - no release name |