update to new upstream release (v1.0),
authorNicolas Thill <nico@openwrt.org>
Mon, 3 Oct 2005 02:44:06 +0000 (02:44 +0000)
committerNicolas Thill <nico@openwrt.org>
Mon, 3 Oct 2005 02:44:06 +0000 (02:44 +0000)
change Maintainer and Source field in ipkg/control

SVN-Revision: 2041

openwrt/package/chillispot/Makefile
openwrt/package/chillispot/ipkg/chillispot.control

index 81937aab798c624139de377a94cb73d1517c47c7..7e6fb76971a7da50f1743c4620649357350e2e1e 100644 (file)
@@ -3,9 +3,9 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=chillispot
-PKG_VERSION:=1.0RC3
+PKG_VERSION:=1.0
 PKG_RELEASE:=1
-PKG_MD5SUM:=9ad5f4181ae2e9e2d5ccb165c37dfdde
+PKG_MD5SUM:=997827a9302a85920cfbc1334092ac0c
 
 PKG_SOURCE_URL:=http://www.chillispot.org/download
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -22,31 +22,34 @@ $(PKG_BUILD_DIR)/.configured:
        (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
                $(TARGET_CONFIGURE_OPTS) \
                CFLAGS="$(TARGET_CFLAGS)" \
-               CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
-               LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
+               CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
+               LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \
                ac_cv_func_malloc_0_nonnull=yes \
                ac_cv_func_memcmp_working=yes \
                ac_cv_func_setvbuf_reversed=no \
                ./configure \
-                 --target=$(GNU_TARGET_NAME) \
-                 --host=$(GNU_TARGET_NAME) \
-                 --build=$(GNU_HOST_NAME) \
-                 --program-prefix="" \
-                 --program-suffix="" \
-                 --prefix=/usr \
-                 --exec-prefix=/usr \
-                 --bindir=/usr/bin \
-                 --datadir=/usr/share \
-                 --includedir=/usr/include \
-                 --infodir=/usr/share/info \
-                 --libdir=/usr/lib \
-                 --libexecdir=/usr/lib \
-                 --localstatedir=/var \
-                 --mandir=/usr/share/man \
-                 --sbindir=/usr/sbin \
-                 --sysconfdir=/etc \
-                 $(DISABLE_LARGEFILE) \
-                 $(DISABLE_NLS) \
+                       --target=$(GNU_TARGET_NAME) \
+                       --host=$(GNU_TARGET_NAME) \
+                       --build=$(GNU_HOST_NAME) \
+                       --program-prefix="" \
+                       --program-suffix="" \
+                       --prefix=/usr \
+                       --exec-prefix=/usr \
+                       --bindir=/usr/bin \
+                       --datadir=/usr/share \
+                       --includedir=/usr/include \
+                       --infodir=/usr/share/info \
+                       --libdir=/usr/lib \
+                       --libexecdir=/usr/lib \
+                       --localstatedir=/var \
+                       --mandir=/usr/share/man \
+                       --sbindir=/usr/sbin \
+                       --sysconfdir=/etc \
+                       $(DISABLE_LARGEFILE) \
+                       $(DISABLE_NLS) \
+                       --enable-shared \
+                       --disable-static \
+                       --with-gnu-ld \
        );
        touch $@
 
index 624dcc55325f4d48e1fab6971d9fc4533f1e3a2d..25c1d73a77b23db32bceb918bf1685633c7e7a88 100644 (file)
@@ -1,7 +1,7 @@
 Package: chillispot
 Priority: optional
 Section: net
-Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
-Source: buildroot-internal
-Description: ChilliSpot is a Wireless LAN Access Point Controller.
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
+Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/chillispot/
 Depends: kmod-tun
+Description: ChilliSpot is a Wireless LAN Access Point Controller.