diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-05 11:34:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-05 11:34:14 +0200 |
commit | 8c2e627a69e5f8341d3e0307825a50dd6d78cc68 (patch) | |
tree | fcee7156269057d4a6d5853c8ba1b4ba0e46e1e1 /package | |
parent | d6a58b00a5b0561b899798ccc4cc5ef699760db4 (diff) | |
parent | 021acb6b3c65dcb4cc2b212839a43503ea5d83b1 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package')
-rw-r--r-- | package/dillo/Makefile | 12 | ||||
-rw-r--r-- | package/samba/files/smb.conf | 2 |
2 files changed, 10 insertions, 4 deletions
diff --git a/package/dillo/Makefile b/package/dillo/Makefile index 2c71d8dd5..777dba5c4 100644 --- a/package/dillo/Makefile +++ b/package/dillo/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:= dillo PKG_VERSION:= 3.0.3 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 726cd0b7a18c5e25f4d80ebeffe7607e PKG_DESCR:= small graphical web browser PKG_SECTION:= x11/apps PKG_DEPENDS:= libfltk libxi libiconv libpng zlib libjpeg -PKG_DEPENDS+= libstdcxx libpthread libgcc -PKG_BUILDDEP:= fltk libXi libiconv jpeg libpng zlib +PKG_DEPENDS+= libstdcxx libpthread libgcc libopenssl +PKG_BUILDDEP:= fltk libXi libiconv jpeg libpng zlib openssl PKG_URL:= http://www.dillo.org/ PKG_SITES:= http://www.dillo.org/download/ PKG_NEED_CXX:= 1 @@ -28,10 +28,14 @@ $(eval $(call PKG_template,DILLO,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG CONFIGURE_ENV+= PNG_CONFIG=$(STAGING_DIR)/usr/bin/png-config TARGET_LDFLAGS+= -liconv -lpng15 XAKE_FLAGS+= GCC_HONOUR_COPTS=s +CONFIGURE_ARGS+= --enable-ssl post-install: - $(INSTALL_DIR) $(IDIR_DILLO)/usr/bin + $(INSTALL_DIR) $(IDIR_DILLO)/etc/dillo + $(INSTALL_DATA) $(WRKINST)/etc/dillo/* $(IDIR_DILLO)/etc/dillo + $(INSTALL_DIR) $(IDIR_DILLO)/usr/bin $(IDIR_DILLO)/usr/lib/dillo $(INSTALL_BIN) $(WRKINST)/usr/bin/dillo $(IDIR_DILLO)/usr/bin $(INSTALL_BIN) $(WRKINST)/usr/bin/dpid* $(IDIR_DILLO)/usr/bin + $(CP) $(WRKINST)/usr/lib/dillo/* $(IDIR_DILLO)/usr/lib/dillo include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/samba/files/smb.conf b/package/samba/files/smb.conf index 0205a11e5..2ac0576d8 100644 --- a/package/samba/files/smb.conf +++ b/package/samba/files/smb.conf @@ -1,6 +1,7 @@ [global] syslog = 1 syslog only = yes + log level = 1 workgroup = OpenADK server string = OpenADK Samba Server security = user @@ -20,3 +21,4 @@ # comment = Media files # read only = yes # guest ok = yes +# path = /media |