summaryrefslogtreecommitdiff
path: root/samba/samba_3.0.5.oe
AgeCommit message (Collapse)AuthorFiles
2004-09-23Merge http://openembedded.bkbits.net:8080/packagesTim Ansell1
into mithis.com:/cc/packages 2004/09/24 03:52:40+09:30 mithis.com!mithro Samba now builds smbmount needed because busybox doesn't support samba's mountdata 2004/09/24 03:50:33+09:30 mithis.com!mithro 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 PACKAGES =+ "libsmbclient libsmbclient-dev " FILES_libsmbclient = "${libdir}/libsmbclient.so.*" FILES_libsmbclient-dev = "${libdir}/libsmbclient.so ${includedir}" inherit autotools EXTRA_OECONF='--disable-cups --with-readline=${STAGING_LIBDIR}/.. \ --without-ads --without-automount --with-smbmount' do_configure_prepend () { ./script/mkversion.sh if [ ! -e acinclude.m4 ]; then cat aclocal.m4 > acinclude.m4 fi } do_install_append() { mv ${D}${libdir}/libsmbclient.so ${D}${libdir}/libsmbclient.so.0 ln -sf libsmbclient.so.0 ${D}${libdir}/libsmbclient.so rm -f ${D}${bindir}/*.old rm -f ${D}${sbindir}/*.old } do_stage() { install -m 0644 include/libsmbclient.h ${STAGING_INCDIR} oe_libinstall -C bin -a -so libsmbclient ${STAGING_LIBDIR} } BKrev: 415314cdvI01YLoue_fhH8eWM6d0dw
2004-07-29Merge openembedded@openembedded.bkbits.net:packagesChris Larson1
into handhelds.org:/home/kergoth/code/packages 2004/07/29 12:09:11-05:00 handhelds.org!kergoth Unbreak the ncftp build, and add ncftp 3.1.8. 2004/07/29 00:34:17-05:00 handhelds.org!kergoth Add art_config.h (libart-lgpl) for the arm-linux-uclibc target. 2004/07/29 00:21:56-05:00 handhelds.org!kergoth Add module-init-tools 3.1-pre5. 2004/07/29 00:21:41-05:00 handhelds.org!kergoth Add patchutils 0.2.30. 2004/07/29 00:21:28-05:00 handhelds.org!kergoth Add samba 3.0.5. BKrev: 41092f6e_8obO3rqQoDBUt_7_FFKoQ