diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2004-12-31 22:40:07 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2004-12-31 22:40:07 +0000 |
commit | 00590e39668c11f13f315683c6a3435d768b1322 (patch) | |
tree | e09adcd896949a645ef97df84eb0071af24538c1 /packages/libdaemon/libdaemon_0.3.bb | |
parent | 9c9c7139952b06112d99b5b11bfa3d36435a6459 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2004/12/31 14:38:06-08:00 (none)!ggilbert
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into olddog.(none):/home/ggilbert/oe/openembedded
2004/12/31 14:37:57-08:00 (none)!ggilbert
Many files:
More licenses
2004/12/31 21:40:58+00:00 nexus.co.uk!pb
banish audiofile-config and other stuff from /usr/bin to separate packages
2004/12/31 21:38:39+00:00 nexus.co.uk!pb
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into stealth.nexus.co.uk:/home/pb/oe/oe
2004/12/31 21:38:10+00:00 nexus.co.uk!pb
update glib-2.0 (and -native) to 2.6.0
BKrev: 41d5d547IMV0BSOCNaouK2zsnwHytg
Diffstat (limited to 'packages/libdaemon/libdaemon_0.3.bb')
-rw-r--r-- | packages/libdaemon/libdaemon_0.3.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/libdaemon/libdaemon_0.3.bb b/packages/libdaemon/libdaemon_0.3.bb index e69de29bb2..0d0b563de6 100644 --- a/packages/libdaemon/libdaemon_0.3.bb +++ b/packages/libdaemon/libdaemon_0.3.bb @@ -0,0 +1,16 @@ +SECTION = "libs" +DESCRIPTION = "libdaemon is a lightweight C library which eases the writing of UNIX daemons." +LICENSE ="GPL" +SRC_URI = "http://0pointer.de/lennart/projects/libdaemon/libdaemon-${PV}.tar.gz" + +inherit autotools + +EXTRA_OECONF = "--disable-lynx" + +do_stage () { + oe_libinstall -a -so -C src libdaemon ${STAGING_LIBDIR} + install -d ${STAGING_INCDIR}/libdaemon + for i in dlog.h dfork.h dsignal.h dnonblock.h dpid.h; do + install -m 0644 ${S}/src/$i ${STAGING_INCDIR}/libdaemon/ + done +} |