diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-01-18 11:00:53 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-18 11:00:53 +0000 |
commit | 9c62a6b5ca6c606d670955061ae4f570270aa3af (patch) | |
tree | a5d043f261cf7765672c35046be4d5a4bc1b5dfe /packages/rxvt-unicode | |
parent | c8508a346bd0d33126fef88406bab42320514abd (diff) | |
parent | 1cff8772528f5bf97ac732a157b9daf63feab5c2 (diff) |
merge of c7620f4faaa4b7b9a2f58272644e99ef17e66c9c
and b78c38c1ca7715097407f79c1f432372e7b8c258
Diffstat (limited to 'packages/rxvt-unicode')
-rw-r--r-- | packages/rxvt-unicode/rxvt-unicode_5.6.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/rxvt-unicode/rxvt-unicode_5.6.bb b/packages/rxvt-unicode/rxvt-unicode_5.6.bb index 92915bf872..43d9d0c14a 100644 --- a/packages/rxvt-unicode/rxvt-unicode_5.6.bb +++ b/packages/rxvt-unicode/rxvt-unicode_5.6.bb @@ -6,10 +6,14 @@ terminal emulator rxvt, modified to store text in Unicode \ output. It also supports mixing multiple fonts at the \ same time, including Xft fonts." LICENSE = "GPL" +PACKAGES =+ "${PN}-daemon ${PN}-control" +FILES_${PN}-daemon = "${bindir}/rxvtd" +FILES_${PN}-control = "${bindir}/rxvtc" + SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 \ file://xwc.patch;patch=1 \ file://signedchar.patch;patch=1" -PR = "r2" +PR = "r3" inherit autotools update-alternatives |