From: Florian Fainelli Date: Fri, 21 Aug 2009 09:04:43 +0000 (+0000) Subject: [package] update st2205tool to 1.4.3 (#5731) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=51a9957c8686be6c59f8b59fbe78b6b278292473;hp=f109594993cecf1769a821bdf5f9cfac9a47ee11 [package] update st2205tool to 1.4.3 (#5731) SVN-Revision: 17343 --- diff --git a/libs/st2205tool/Makefile b/libs/st2205tool/Makefile index 2e5e7b5304..66a7a47727 100644 --- a/libs/st2205tool/Makefile +++ b/libs/st2205tool/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=st2205tool -PKG_VERSION:=1.4pre1 +PKG_VERSION:=1.4.3 PKG_RELEASE:=1 -PKG_SOURCE:=st2205tool-v$(PKG_VERSION).tgz -PKG_SOURCE_URL:=http://spritesmods.com/picframe/ -PKG_MD5SUM:=bf602227bce9c4365e5ae5e9b383d8d9 +PKG_SOURCE:=st2205tool-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=http://www.neophob.com/files/ +PKG_MD5SUM:=c87f05a5f692e869d2d050aa3d4fd6c5 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) @@ -50,7 +50,6 @@ endef define Package/st2205tool/install $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/{bgrep,phack,splice,hackfw.sh} $(1)/usr/sbin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/setpic/setpic $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_BUILD_DIR)/libst2205/libst2205.so* $(1)/usr/lib/ diff --git a/libs/st2205tool/patches/110-libst-makefile.patch b/libs/st2205tool/patches/110-libst-makefile.patch index c83c7d9875..96b95ae431 100644 --- a/libs/st2205tool/patches/110-libst-makefile.patch +++ b/libs/st2205tool/patches/110-libst-makefile.patch @@ -1,13 +1,13 @@ ---- st2205tool/libst2205/Makefile.orig 2008-01-20 20:22:32.000000000 +0100 -+++ st2205tool/libst2205/Makefile 2008-04-21 07:36:56.000000000 +0200 -@@ -6,15 +6,15 @@ +--- st2205tool/libst2205/Makefile.orig 2009-08-19 17:05:54.000000000 +0200 ++++ st2205tool/libst2205/Makefile 2009-08-19 17:06:27.000000000 +0200 +@@ -7,15 +7,15 @@ all: libst2205.so - libst2205.so: $(OBJ) $(SRC) + libst2205.so: $(OBJ) $(SRC) $(HEADERS) - ar -rv libst2205.a $(OBJ) - gcc -shared -Wl,-soname,libst2205.so.1 -o libst2205.so $(OBJ) $(LIBS) + $(AR) -rv libst2205.a $(OBJ) -+ $(GCC) -shared -Wl,-soname,libst2205.so -o libst2205.so $(OBJ) $(LIBS) ++ $(GCC) -shared -Wl,-soname,libst2205.so.1 -o libst2205.so $(OBJ) $(LIBS) clean: rm -f $(OBJ) test *.a *.so