aboutsummaryrefslogtreecommitdiffstats
path: root/samba
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-02 07:42:37 +0000
committerPhil Blundell <philb@gnu.org>2004-06-02 07:42:37 +0000
commit37be569e88408b2cde51f141826a9f00e66a1414 (patch)
tree802aa4a2583153a4ef1c5060a885f027a46ad6f8 /samba
parent0784449db346e9f84f4e994f540b347a346e9772 (diff)
downloadopenembedded-37be569e88408b2cde51f141826a9f00e66a1414.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/home/pb_/packages 2004/06/02 09:42:32+02:00 uni-frankfurt.de!pb_ add staging for samba BKrev: 40bd84edlM9BwPlcDBMIjIXnVVizDQ
Diffstat (limited to 'samba')
-rw-r--r--samba/samba_3.0.4.oe21
1 files changed, 21 insertions, 0 deletions
diff --git a/samba/samba_3.0.4.oe b/samba/samba_3.0.4.oe
index e69de29bb2..9799f7d215 100644
--- a/samba/samba_3.0.4.oe
+++ b/samba/samba_3.0.4.oe
@@ -0,0 +1,21 @@
+DEPENDS = readline
+
+SRC_URI := "http://samba.mirror.ac.uk/samba/ftp/samba-${PV}.tar.gz \
+ file://${FILESDIR}/configure.patch;patch=1"
+S := ${WORKDIR}/${P}/source
+
+inherit autotools
+
+EXTRA_OECONF='--disable-cups --with-readline=${STAGING_LIBDIR}/.. \
+ --without-ads --without-automount'
+do_configure_prepend () {
+ ./script/mkversion.sh
+ if [ ! -e acinclude.m4 ]; then
+ cat aclocal.m4 > acinclude.m4
+ fi
+}
+
+do_stage() {
+ install -m 0644 include/libsmbclient.h ${STAGING_INCDIR}
+ oe_libinstall -C bin -a -so libsmbclient ${STAGING_LIBDIR}
+}