diff options
author | Eric Bénard <eric@eukrea.com> | 2010-09-08 15:49:41 +0200 |
---|---|---|
committer | Eric Bénard <eric@eukrea.com> | 2010-09-08 21:22:38 +0200 |
commit | c3b768411cc69966ce88de3ec1baa1516ecdd781 (patch) | |
tree | 785ed7fb23a0cbec2df332d5f61a8b67d920d244 /recipes | |
parent | 76f0e713f4b050db2646bf6e40b5d630c7c230ce (diff) |
rlpr 2.05: unbreak recipe
* source URL is no more working so use debian mirrors
* fix GNU_HASH issue
* tested on armv5
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/rlpr/rlpr_2.05.bb | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/recipes/rlpr/rlpr_2.05.bb b/recipes/rlpr/rlpr_2.05.bb index 47ac9c36bf..2751b9f8b3 100644 --- a/recipes/rlpr/rlpr_2.05.bb +++ b/recipes/rlpr/rlpr_2.05.bb @@ -1,18 +1,20 @@ -SECTION = "console/network" DESCRIPTION = "rlpr makes it possible to print files on remote sites to your networked printers" -HOMEPAGE = "http://truffula.com/rlpr/" +HOMEPAGE = "http://freshmeat.net/projects/rlpr/" +SECTION = "console/network" LICENSE = "GPL" -SRC_URI = "ftp://www.truffula.com/pub/rlpr-2.05.tar.gz" +PR = "r1" + +SRC_URI = "${DEBIAN_MIRROR}/main/r/rlpr/rlpr_2.05.orig.tar.gz" +SRC_URI[md5sum] = "64ee8ccd94aabc90b9f40d0b2ad79e79" +SRC_URI[sha256sum] = "6b1261c8a23a58c8e174d8ee1ad53c138ed0b9211f7ea3f3efe22d16af14ba9a" inherit autotools do_configure() { - oe_runconf + oe_runconf } - do_install() { - make install DESTDIR=${D} + make install DESTDIR=${D} } -SRC_URI[md5sum] = "64ee8ccd94aabc90b9f40d0b2ad79e79" -SRC_URI[sha256sum] = "6b1261c8a23a58c8e174d8ee1ad53c138ed0b9211f7ea3f3efe22d16af14ba9a" +TARGET_CC_ARCH += " ${LDFLAGS}" |