From: lars Date: Fri, 19 Feb 2010 01:20:44 +0000 (+0000) Subject: [packages] Add missing md5sums X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=feaea67a32c91755d86a5d5e4112c0f10cfd57b6;p=packages.git [packages] Add missing md5sums git-svn-id: svn://svn.openwrt.org/openwrt/packages@19719 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Xorg/app/eterm/Makefile b/Xorg/app/eterm/Makefile index 38cbf9d6a..4ab0ca559 100644 --- a/Xorg/app/eterm/Makefile +++ b/Xorg/app/eterm/Makefile @@ -15,6 +15,7 @@ PKG_RELEASE:=2 PKG_SOURCE:=Eterm-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.eterm.org/download/ PKG_BUILD_DIR:=$(BUILD_DIR)/Eterm-$(PKG_VERSION) +PKG_MD5SUM:=b8869ee9c9b9516231af9eefa595cee3 PKG_FIXUP:=libtool diff --git a/Xorg/app/gtkperf/Makefile b/Xorg/app/gtkperf/Makefile index e0d68a56e..a175d2a3e 100644 --- a/Xorg/app/gtkperf/Makefile +++ b/Xorg/app/gtkperf/Makefile @@ -14,6 +14,7 @@ PKG_RELEASE:=2 PKG_SOURCE_URL:=@SF/gtkperf PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME) +PKG_MD5SUM:=4331dde4bb83865e15482885fcb0cc53 PKG_FIXUP:=libtool PKG_INSTALL:=1 diff --git a/Xorg/app/qwo/Makefile b/Xorg/app/qwo/Makefile index d04d35e16..b0a0e78ed 100644 --- a/Xorg/app/qwo/Makefile +++ b/Xorg/app/qwo/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2009 OpenWrt.org +# Copyright (C) 2007-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,16 +9,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qwo -PKG_RELEASE:=1 PKG_VERSION:=0.3 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://mirrors.zerg.biz/nongnu/qwo/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/ - -include $(INCLUDE_DIR)/package.mk +PKG_MD5SUM:=4a3cfc9ad505c60cdf0d896f0323aab2 PKG_INSTALL:=1 +include $(INCLUDE_DIR)/package.mk + TARGET_CPPFLAGS+=-I$(STAGING_DIR)/usr/include/libconfig TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib diff --git a/Xorg/app/rxvt/Makefile b/Xorg/app/rxvt/Makefile index a62c2ce7f..29504dfcc 100644 --- a/Xorg/app/rxvt/Makefile +++ b/Xorg/app/rxvt/Makefile @@ -15,6 +15,7 @@ PKG_VERSION:=2.7.10 PKG_SOURCE_URL:=@SF/rxvt PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=302c5c455e64047b02d1ef19ff749141 PKG_FIXUP:=libtool diff --git a/Xorg/app/xcalc/Makefile b/Xorg/app/xcalc/Makefile index ebf707a57..a00c4074d 100644 --- a/Xorg/app/xcalc/Makefile +++ b/Xorg/app/xcalc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2008 OpenWrt.org +# Copyright (C) 2007-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,13 +8,14 @@ include $(TOPDIR)/rules.mk -PKG_BASE_NAME:=xcalc PKG_NAME:=xcalc -PKG_RELEASE:=2 PKG_VERSION:=1.0.2 +PKG_RELEASE:=2 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.4/src/app PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=d31a99795b9668f047aa11bf36df6df0 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/app/xclipboard/Makefile b/Xorg/app/xclipboard/Makefile index 4f3ba3450..9f0035a83 100644 --- a/Xorg/app/xclipboard/Makefile +++ b/Xorg/app/xclipboard/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2008 OpenWrt.org +# Copyright (C) 2007-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,13 +8,14 @@ include $(TOPDIR)/rules.mk -PKG_BASE_NAME:=xclipboard PKG_NAME:=xclipboard -PKG_RELEASE:=2 PKG_VERSION:=1.0.1 +PKG_RELEASE:=2 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/app PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=2c6ecedb10dc51adbb64c95f22fd99c2 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/app/xdm/Makefile b/Xorg/app/xdm/Makefile index cf55e859c..14d87d840 100644 --- a/Xorg/app/xdm/Makefile +++ b/Xorg/app/xdm/Makefile @@ -15,6 +15,7 @@ PKG_RELEASE:=2 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/app PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=cc1816bc62a3722ad509373b0b7f30fe PKG_FIXUP:=libtool PKG_INSTALL:=1 diff --git a/Xorg/app/xeyes/Makefile b/Xorg/app/xeyes/Makefile index ba79f45a6..29f3e27f4 100644 --- a/Xorg/app/xeyes/Makefile +++ b/Xorg/app/xeyes/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2008 OpenWrt.org +# Copyright (C) 2007-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,16 +9,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xeyes -PKG_RELEASE:=3 PKG_VERSION:=1.0.1 +PKG_RELEASE:=3 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.4/src/app PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/ - -include $(INCLUDE_DIR)/package.mk +PKG_MD5SUM:=033f14f7c4e30d1f4edbb22d5ef86883 PKG_INSTALL:=1 +include $(INCLUDE_DIR)/package.mk + TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib define Package/xeyes diff --git a/Xorg/app/xine-ui/Makefile b/Xorg/app/xine-ui/Makefile index 4cdf8ce09..063b61306 100644 --- a/Xorg/app/xine-ui/Makefile +++ b/Xorg/app/xine-ui/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -14,7 +14,9 @@ PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/xine -PKG_FIXUP = libtool +PKG_MD5SUM:=90ea1f76747e9788a30a73e7f4a76cf6 + +PKG_FIXUP:=libtool include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/app/xinit/Makefile b/Xorg/app/xinit/Makefile index 38f83f3b4..fc1024362 100644 --- a/Xorg/app/xinit/Makefile +++ b/Xorg/app/xinit/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,16 +8,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xinit -PKG_RELEASE:=1 PKG_VERSION:=1.0.5 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/app PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/ - -include $(INCLUDE_DIR)/package.mk +PKG_MD5SUM:=9a2aad51042141a0e6ad066015397595 PKG_INSTALL:=1 +include $(INCLUDE_DIR)/package.mk + TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib define Package/xinit diff --git a/Xorg/app/xmessage/Makefile b/Xorg/app/xmessage/Makefile index 3e8d730d2..2f96e2e4f 100644 --- a/Xorg/app/xmessage/Makefile +++ b/Xorg/app/xmessage/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2008 OpenWrt.org +# Copyright (C) 2007-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,13 +8,14 @@ include $(TOPDIR)/rules.mk -PKG_BASE_NAME:=xmessage PKG_NAME:=xmessage -PKG_RELEASE:=2 PKG_VERSION:=1.0.2 +PKG_RELEASE:=2 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/app PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=b4b561ef11fd184989a6062962e86748 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/app/xterm/Makefile b/Xorg/app/xterm/Makefile index 81edaa2ee..688856018 100644 --- a/Xorg/app/xterm/Makefile +++ b/Xorg/app/xterm/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2008 OpenWrt.org +# Copyright (C) 2007-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -14,6 +14,8 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://mirror1.openwrt.org/ +PKG_MD5SUM:=663fa3aac8e30e4c2d4bf07c0aee4dca + PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/font/dejavu-fonts-ttf/Makefile b/Xorg/font/dejavu-fonts-ttf/Makefile index d0f9c4c80..b093507fa 100644 --- a/Xorg/font/dejavu-fonts-ttf/Makefile +++ b/Xorg/font/dejavu-fonts-ttf/Makefile @@ -1,18 +1,19 @@ -# -# Copyright (C) 2008 OpenWrt.org +# +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # include $(TOPDIR)/rules.mk -PKG_BASE_NAME:=font PKG_NAME:=dejavu-fonts-ttf -PKG_RELEASE:=1 PKG_VERSION:=2.23 +PKG_RELEASE:=1 + PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ PKG_SOURCE_URL:=@SF/dejavu +PKG_MD5SUM:=ff871dff0b3e8a11cd5c54478f11073f include $(INCLUDE_DIR)/package.mk @@ -26,11 +27,11 @@ define Package/dejavu-fonts-ttf endef define Build/Compile - echo + true endef define Build/Configure - echo + true endef define Package/dejavu-fonts-ttf/install diff --git a/Xorg/font/liberation-fonts-ttf/Makefile b/Xorg/font/liberation-fonts-ttf/Makefile index ab37d6357..99c032594 100644 --- a/Xorg/font/liberation-fonts-ttf/Makefile +++ b/Xorg/font/liberation-fonts-ttf/Makefile @@ -13,6 +13,7 @@ PKG_VERSION:=1.04 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/ PKG_SOURCE_URL:=http://fedorahosted.org/releases/l/i/liberation-fonts/ +PKG_MD5SUM:=4846797ef0fc70b0cbaede2514677c58 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/lib/cairomm/Makefile b/Xorg/lib/cairomm/Makefile index d30b609c7..e14f41f32 100644 --- a/Xorg/lib/cairomm/Makefile +++ b/Xorg/lib/cairomm/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2009 OpenWrt.org +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,12 +13,13 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://cairographics.org/releases/ +PKG_MD5SUM:=559afbc47484ba3fad265e38a3dafe90 + PKG_FIXUP:=libtool +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk -PKG_INSTALL:=1 - define Package/cairomm SECTION:=xorg-libs CATEGORY:=Xorg diff --git a/Xorg/lib/fltk2/Makefile b/Xorg/lib/fltk2/Makefile index 8bde968e8..e11738b7d 100644 --- a/Xorg/lib/fltk2/Makefile +++ b/Xorg/lib/fltk2/Makefile @@ -19,7 +19,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://svn.easysw.com/public/fltk/fltk/trunk PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/ -PKG_FIXUP = libtool +PKG_FIXUP:=libtool include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/lib/gtk2/Makefile b/Xorg/lib/gtk2/Makefile index 7e6b53b24..139e72599 100644 --- a/Xorg/lib/gtk2/Makefile +++ b/Xorg/lib/gtk2/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2009 OpenWrt.org +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -14,12 +14,13 @@ PKG_RELEASE:=1 PKG_SOURCE:=gtk+-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@GNOME/gtk+/2.17 PKG_BUILD_DIR=$(BUILD_DIR)/gtk+-$(PKG_VERSION) +PKG_MD5SUM:=a1a1f0b66a240c31cb2733643f9170ba + PKG_FIXUP:=libtool +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk -PKG_INSTALL:=1 - TARGET_CFLAGS+=\ -I$(STAGING_DIR)/usr/lib/libintl/include/ \ -I$(STAGING_DIR)/usr/lib/libiconv/include/ diff --git a/Xorg/lib/gtkhtml/Makefile b/Xorg/lib/gtkhtml/Makefile index 66e823697..43048be28 100644 --- a/Xorg/lib/gtkhtml/Makefile +++ b/Xorg/lib/gtkhtml/Makefile @@ -8,17 +8,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gtkhtml -PKG_RELEASE:=2 PKG_VERSION:=3.29.1 +PKG_RELEASE:=2 + PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/3.29 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_MD5SUM:=899228059480ee3020ad49207d03b620 PKG_FIXUP:=libtool +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk -PKG_INSTALL:=1 - define Package/gtkhtml SECTION:=xorg-app CATEGORY:=Xorg diff --git a/Xorg/lib/gtkmm/Makefile b/Xorg/lib/gtkmm/Makefile index 73ac72146..a4486a71f 100644 --- a/Xorg/lib/gtkmm/Makefile +++ b/Xorg/lib/gtkmm/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2009 OpenWrt.org +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,12 +13,13 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/2.16 +PKG_MD5SUM:=a82e3b5b93008421ff67df16d1e51ec2 + PKG_FIXUP:=libtool +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk -PKG_INSTALL:=1 - TARGET_CFLAGS+=\ -I$(STAGING_DIR)/usr/lib/libintl/include/ \ -I$(STAGING_DIR)/usr/lib/libiconv/include/ diff --git a/Xorg/lib/imlib2/Makefile b/Xorg/lib/imlib2/Makefile index 8bb9423ee..607ee537a 100644 --- a/Xorg/lib/imlib2/Makefile +++ b/Xorg/lib/imlib2/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2008 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -14,6 +14,8 @@ PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/enlightenment +PKG_MD5SUM:=16a3d885e523303be794282c0ed90841 + PKG_FIXUP:=libtool include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/lib/libdrm/Makefile b/Xorg/lib/libdrm/Makefile index c4c6c548e..9653dd170 100644 --- a/Xorg/lib/libdrm/Makefile +++ b/Xorg/lib/libdrm/Makefile @@ -15,6 +15,7 @@ PKG_RELEASE:=3 PKG_SOURCE_URL:=http://dri.freedesktop.org/libdrm PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=620fe7dd02c3236c3e9881a3a238173d PKG_FIXUP:=libtool diff --git a/Xorg/lib/pango/Makefile b/Xorg/lib/pango/Makefile index cc52c6c4c..e3100ad38 100644 --- a/Xorg/lib/pango/Makefile +++ b/Xorg/lib/pango/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -14,6 +14,8 @@ PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/1.26/ +PKG_MD5SUM:=74ce18cfcc3ad0008a6ad56cfc535061 + PKG_FIXUP:=libtool include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/lib/pangomm/Makefile b/Xorg/lib/pangomm/Makefile index 6d6e44617..c57159ffc 100644 --- a/Xorg/lib/pangomm/Makefile +++ b/Xorg/lib/pangomm/Makefile @@ -1,10 +1,9 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# blogic@openwrt.org include $(TOPDIR)/rules.mk @@ -14,12 +13,13 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/2.26/ +PKG_MD5SUM:=37f54dc8e6cb73ed923b22f313352156 + PKG_FIXUP:=libtool +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk -PKG_INSTALL=1 - TARGET_CFLAGS+=\ -I$(STAGING_DIR)/usr/lib/libintl/include/ \ -I$(STAGING_DIR)/usr/lib/libiconv/include/ diff --git a/Xorg/lib/tslib/Makefile b/Xorg/lib/tslib/Makefile index 158a67318..91cab281f 100644 --- a/Xorg/lib/tslib/Makefile +++ b/Xorg/lib/tslib/Makefile @@ -13,6 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://download.berlios.de/tslib/ +PKG_MD5SUM:=92b2eb55b1e4ef7e2c0347069389390e PKG_INSTALL:=1 PKG_FIXUP:=libtool diff --git a/Xorg/lib/xine-lib/Makefile b/Xorg/lib/xine-lib/Makefile index 3f446e5cb..c5e40fe40 100644 --- a/Xorg/lib/xine-lib/Makefile +++ b/Xorg/lib/xine-lib/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 OpenWrt.org +# +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -14,6 +14,8 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/xine +PKG_MD5SUM:=b1f42602c776bb93e3cbf127e220cbfd + PKG_FIXUP:=libtool include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/wm/matchbox-window-manager/Makefile b/Xorg/wm/matchbox-window-manager/Makefile index 2df55ff9c..33f5bad2b 100644 --- a/Xorg/wm/matchbox-window-manager/Makefile +++ b/Xorg/wm/matchbox-window-manager/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2009 OpenWrt.org +# Copyright (C) 2007-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -14,6 +14,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://matchbox-project.org/sources/$(PKG_NAME)/$(PKG_VERSION) +PKG_MD5SUM:=3e158dcf57823b55c926d95b245500fb PKG_FIXUP:=libtool PKG_INSTALL:=1 diff --git a/Xorg/xorg/driver/xf86-video-ati/Makefile b/Xorg/xorg/driver/xf86-video-ati/Makefile index 4d5fbd132..df7070ec4 100644 --- a/Xorg/xorg/driver/xf86-video-ati/Makefile +++ b/Xorg/xorg/driver/xf86-video-ati/Makefile @@ -15,7 +15,7 @@ PKG_VERSION:=6.12.4 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/driver PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/${PKG_NAME}-$(PKG_VERSION)/ -PKG_MD5SUM:= +PKG_MD5SUM:=e662348f6f957fcedf52818d668ab9f5 include $(INCLUDE_DIR)/package.mk -include $(if $(DUMP),,$(STAGING_DIR)/mk/xorg-driver.mk) diff --git a/Xorg/xorg/driver/xf86-video-geode/Makefile b/Xorg/xorg/driver/xf86-video-geode/Makefile index d63cca306..c5a383fed 100644 --- a/Xorg/xorg/driver/xf86-video-geode/Makefile +++ b/Xorg/xorg/driver/xf86-video-geode/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=2.11.6 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/driver/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_MD5SUM:= +PKG_MD5SUM:=3ff0dfb4b3bd8872c6efb70371cb6b98 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ diff --git a/Xorg/xorg/driver/xf86-video-intel/Makefile b/Xorg/xorg/driver/xf86-video-intel/Makefile index 0275d2a23..6d8401db4 100644 --- a/Xorg/xorg/driver/xf86-video-intel/Makefile +++ b/Xorg/xorg/driver/xf86-video-intel/Makefile @@ -17,7 +17,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/${PKG_NAME}-$(PKG_VERSION)/ PKG_BUILD_DEPENDS:=xf86driproto glproto -PKG_MD5SUM:= +PKG_MD5SUM:=8951d0366c16991badb7f9050556f4f3 include $(INCLUDE_DIR)/package.mk -include $(if $(DUMP),,$(STAGING_DIR)/mk/xorg-driver.mk) diff --git a/Xorg/xorg/driver/xf86-video-nv/Makefile b/Xorg/xorg/driver/xf86-video-nv/Makefile index bde237a4b..bafd20057 100644 --- a/Xorg/xorg/driver/xf86-video-nv/Makefile +++ b/Xorg/xorg/driver/xf86-video-nv/Makefile @@ -15,7 +15,7 @@ PKG_VERSION:=2.1.15 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/driver PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/${PKG_NAME}-$(PKG_VERSION)/ -PKG_MD5SUM:= +PKG_MD5SUM:=1b22188bd9012a148206940708b52ea6 include $(INCLUDE_DIR)/package.mk -include $(if $(DUMP),,$(STAGING_DIR)/mk/xorg-driver.mk) diff --git a/Xorg/xorg/driver/xf86-video-vesa/Makefile b/Xorg/xorg/driver/xf86-video-vesa/Makefile index b32495b22..7330fcbcb 100644 --- a/Xorg/xorg/driver/xf86-video-vesa/Makefile +++ b/Xorg/xorg/driver/xf86-video-vesa/Makefile @@ -15,7 +15,7 @@ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/driver PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ -PKG_MD5SUM:= +PKG_MD5SUM:=61a1dc9a22991bd04d0ff98f800775c1 PKG_BUILD_DEPENDS:=xproto fontsproto randrproto renderproto xextproto PKG_INSTALL:=1 diff --git a/Xorg/xorg/font/encodings/Makefile b/Xorg/xorg/font/encodings/Makefile index 132c79246..9ffc949d1 100644 --- a/Xorg/xorg/font/encodings/Makefile +++ b/Xorg/xorg/font/encodings/Makefile @@ -14,6 +14,7 @@ PKG_VERSION:=1.0.2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/font +PKG_MD5SUM:=11adda157b03d63fd61d95ad7ef00466 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/font/font-alias/Makefile b/Xorg/xorg/font/font-alias/Makefile index 26357acd2..57ec02f95 100644 --- a/Xorg/xorg/font/font-alias/Makefile +++ b/Xorg/xorg/font/font-alias/Makefile @@ -14,6 +14,7 @@ PKG_VERSION:=1.0.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/font +PKG_MD5SUM:=c4776b6f0f2ecdb7670b6fe64b5d2a2d include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/font/font-bh-75dpi/Makefile b/Xorg/xorg/font/font-bh-75dpi/Makefile index d71ba8921..e6a547ae4 100644 --- a/Xorg/xorg/font/font-bh-75dpi/Makefile +++ b/Xorg/xorg/font/font-bh-75dpi/Makefile @@ -14,6 +14,7 @@ PKG_VERSION:=1.0.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/font +PKG_MD5SUM:=6e51cd02f4ce32e1393e34ab17a9b211 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/font/font-cursor-misc/Makefile b/Xorg/xorg/font/font-cursor-misc/Makefile index 723023039..1120f6393 100644 --- a/Xorg/xorg/font/font-cursor-misc/Makefile +++ b/Xorg/xorg/font/font-cursor-misc/Makefile @@ -14,6 +14,7 @@ PKG_VERSION:=1.0.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/font +PKG_MD5SUM:=305fa22cdfefb8f80babd711051a534b include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/font/font-daewoo-misc/Makefile b/Xorg/xorg/font/font-daewoo-misc/Makefile index 5a36ae22d..398563aec 100644 --- a/Xorg/xorg/font/font-daewoo-misc/Makefile +++ b/Xorg/xorg/font/font-daewoo-misc/Makefile @@ -14,6 +14,7 @@ PKG_VERSION:=1.0.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/font +PKG_MD5SUM:=61f9eab48c619af5494d3e384d8d7d79 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/font/font-dec-misc/Makefile b/Xorg/xorg/font/font-dec-misc/Makefile index 79bd64fbf..107e5442a 100644 --- a/Xorg/xorg/font/font-dec-misc/Makefile +++ b/Xorg/xorg/font/font-dec-misc/Makefile @@ -14,6 +14,7 @@ PKG_VERSION:=1.0.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/font +PKG_MD5SUM:=284e554db1c64fb7580a06df01444a2b include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/font/font-ibm-type1/Makefile b/Xorg/xorg/font/font-ibm-type1/Makefile index e84cfbb32..df6b658cc 100644 --- a/Xorg/xorg/font/font-ibm-type1/Makefile +++ b/Xorg/xorg/font/font-ibm-type1/Makefile @@ -14,6 +14,7 @@ PKG_VERSION:=1.0.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/font +PKG_MD5SUM:=8e8733051371e2b51123376b49f5d3ea include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/font/font-isas-misc/Makefile b/Xorg/xorg/font/font-isas-misc/Makefile index b21eb8ade..037bebf96 100644 --- a/Xorg/xorg/font/font-isas-misc/Makefile +++ b/Xorg/xorg/font/font-isas-misc/Makefile @@ -14,6 +14,7 @@ PKG_VERSION:=1.0.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/font +PKG_MD5SUM:=ec709a96b64b497a5cb5658c93bd38dc include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/font/font-jis-misc/Makefile b/Xorg/xorg/font/font-jis-misc/Makefile index bc9126f82..b3073f380 100644 --- a/Xorg/xorg/font/font-jis-misc/Makefile +++ b/Xorg/xorg/font/font-jis-misc/Makefile @@ -14,6 +14,7 @@ PKG_VERSION:=1.0.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/font +PKG_MD5SUM:=61febb49a71065723a1fba17cbf23c67 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/font/font-micro-misc/Makefile b/Xorg/xorg/font/font-micro-misc/Makefile index f25da3fba..d8f84dcbe 100644 --- a/Xorg/xorg/font/font-micro-misc/Makefile +++ b/Xorg/xorg/font/font-micro-misc/Makefile @@ -14,6 +14,7 @@ PKG_VERSION:=1.0.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/font +PKG_MD5SUM:=8c8bffd7540f05caa0dbb4e6e1d6c58e include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/font/font-misc-cyrillic/Makefile b/Xorg/xorg/font/font-misc-cyrillic/Makefile index a0f64f3a5..2e1d38c29 100644 --- a/Xorg/xorg/font/font-misc-cyrillic/Makefile +++ b/Xorg/xorg/font/font-misc-cyrillic/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2007 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -14,6 +14,7 @@ PKG_VERSION:=1.0.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/font +PKG_MD5SUM:=3596907d7a2a99c81d8de99bc4552b6a include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/font/font-misc-misc/Makefile b/Xorg/xorg/font/font-misc-misc/Makefile index 108c54568..0bfe0db92 100644 --- a/Xorg/xorg/font/font-misc-misc/Makefile +++ b/Xorg/xorg/font/font-misc-misc/Makefile @@ -14,6 +14,7 @@ PKG_RELEASE:=1 PKG_VERSION:=1.0.0 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/font PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_MD5SUM:=2a57f6188c41d4bc1b88ca3d08ad011d include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/font/font-xfree86-type1/Makefile b/Xorg/xorg/font/font-xfree86-type1/Makefile index a0a1625c9..c4535a796 100644 --- a/Xorg/xorg/font/font-xfree86-type1/Makefile +++ b/Xorg/xorg/font/font-xfree86-type1/Makefile @@ -14,6 +14,7 @@ PKG_VERSION:=1.0.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/font +PKG_MD5SUM:=e66f36a6d68203cc4cf7b56ebbb192dd include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/lib/libXmu/Makefile b/Xorg/xorg/lib/libXmu/Makefile index 885bdc8fb..108d9878e 100644 --- a/Xorg/xorg/lib/libXmu/Makefile +++ b/Xorg/xorg/lib/libXmu/Makefile @@ -14,7 +14,7 @@ PKG_VERSION:=1.0.5 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/lib/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ -PKG_MD5SUM:= +PKG_MD5SUM:=fc4d66be7a1a1eb474954728415e46d6 PKG_FIXUP:=libtool PKG_INSTALL:=1 diff --git a/Xorg/xorg/proto/applewmproto/Makefile b/Xorg/xorg/proto/applewmproto/Makefile index b04675ae6..921706bb1 100644 --- a/Xorg/xorg/proto/applewmproto/Makefile +++ b/Xorg/xorg/proto/applewmproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=applewmproto -PKG_RELEASE:=1 PKG_VERSION:=1.4.1 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=76ca1c6e1d8904d2d885f81f7332eba6 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/bigreqsproto/Makefile b/Xorg/xorg/proto/bigreqsproto/Makefile index 3d5b69971..710317086 100644 --- a/Xorg/xorg/proto/bigreqsproto/Makefile +++ b/Xorg/xorg/proto/bigreqsproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=bigreqsproto -PKG_RELEASE:=1 PKG_VERSION:=1.1.0 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=d30c5dbf19ca6dffcd9788227ecff8c5 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/compositeproto/Makefile b/Xorg/xorg/proto/compositeproto/Makefile index b52e466c4..b922b5bc9 100644 --- a/Xorg/xorg/proto/compositeproto/Makefile +++ b/Xorg/xorg/proto/compositeproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=compositeproto -PKG_RELEASE:=1 PKG_VERSION:=0.4.1 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=3692f3f8b2ea10dff3d2cede8dc65e79 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/damageproto/Makefile b/Xorg/xorg/proto/damageproto/Makefile index 54320dae4..d6cef0477 100644 --- a/Xorg/xorg/proto/damageproto/Makefile +++ b/Xorg/xorg/proto/damageproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=damageproto -PKG_RELEASE:=1 PKG_VERSION:=1.2.0 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=434b931b02bd83ed9fc44951df81cdac include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/dmxproto/Makefile b/Xorg/xorg/proto/dmxproto/Makefile index a3d6a3885..541e50ccb 100644 --- a/Xorg/xorg/proto/dmxproto/Makefile +++ b/Xorg/xorg/proto/dmxproto/Makefile @@ -14,7 +14,7 @@ PKG_VERSION:=2.3 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ -PKG_MD5SUM:= +PKG_MD5SUM:=880a41720b2937e2660dcdc0d34a8791 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/dri2proto/Makefile b/Xorg/xorg/proto/dri2proto/Makefile index dd7471f6e..e173ad731 100644 --- a/Xorg/xorg/proto/dri2proto/Makefile +++ b/Xorg/xorg/proto/dri2proto/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,11 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dri2proto -PKG_RELEASE:=1 PKG_VERSION:=2.1 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=5cb7987d29db068153bdc8f23c767c43 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/fixesproto/Makefile b/Xorg/xorg/proto/fixesproto/Makefile index f53e7031b..48c21647e 100644 --- a/Xorg/xorg/proto/fixesproto/Makefile +++ b/Xorg/xorg/proto/fixesproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=fixesproto -PKG_RELEASE:=1 PKG_VERSION:=4.1.1 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=4c1cb4f2ed9f34de59f2f04783ca9483 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/fontcacheproto/Makefile b/Xorg/xorg/proto/fontcacheproto/Makefile index 2bfb77213..b2921f542 100644 --- a/Xorg/xorg/proto/fontcacheproto/Makefile +++ b/Xorg/xorg/proto/fontcacheproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=fontcacheproto -PKG_RELEASE:=1 PKG_VERSION:=0.1.3 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=a8a50e5e995bfacb0359575faf7f6906 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/glproto/Makefile b/Xorg/xorg/proto/glproto/Makefile index 138a1093f..8e40489fd 100644 --- a/Xorg/xorg/proto/glproto/Makefile +++ b/Xorg/xorg/proto/glproto/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,11 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=glproto -PKG_RELEASE:=1 PKG_VERSION:=1.4.10 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=c9f8cebfba72bfab674bc0170551fb8d include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/inputproto/Makefile b/Xorg/xorg/proto/inputproto/Makefile index 0e3e78ac4..686c2c6e7 100644 --- a/Xorg/xorg/proto/inputproto/Makefile +++ b/Xorg/xorg/proto/inputproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=inputproto -PKG_RELEASE:=1 PKG_VERSION:=2.0 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=0f7acbc14a082f9ae03744396527d23d include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/kbproto/Makefile b/Xorg/xorg/proto/kbproto/Makefile index 91065c25c..54c71f8d9 100644 --- a/Xorg/xorg/proto/kbproto/Makefile +++ b/Xorg/xorg/proto/kbproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=kbproto -PKG_RELEASE:=1 PKG_VERSION:=1.0.4 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=7f439166a9b2bf81471a33951883019f include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/printproto/Makefile b/Xorg/xorg/proto/printproto/Makefile index 8596e78fe..f6faa5ed4 100644 --- a/Xorg/xorg/proto/printproto/Makefile +++ b/Xorg/xorg/proto/printproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=printproto -PKG_RELEASE:=1 PKG_VERSION:=1.0.4 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=7321847a60748b4d2f1fa16db4b6ede8 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/randrproto/Makefile b/Xorg/xorg/proto/randrproto/Makefile index 90b93c497..a5a576361 100644 --- a/Xorg/xorg/proto/randrproto/Makefile +++ b/Xorg/xorg/proto/randrproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=randrproto -PKG_RELEASE:=1 PKG_VERSION:=1.3.1 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=a5c244c36382b0de39b2828cea4b651d include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/recordproto/Makefile b/Xorg/xorg/proto/recordproto/Makefile index b354079f2..487e0a3f9 100644 --- a/Xorg/xorg/proto/recordproto/Makefile +++ b/Xorg/xorg/proto/recordproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=recordproto -PKG_RELEASE:=1 PKG_VERSION:=1.14 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=70f5998c673aa510e2acd6d8fb3799de include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/renderproto/Makefile b/Xorg/xorg/proto/renderproto/Makefile index 749193a70..a7be89b87 100644 --- a/Xorg/xorg/proto/renderproto/Makefile +++ b/Xorg/xorg/proto/renderproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=renderproto -PKG_RELEASE:=1 PKG_VERSION:=0.11 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=b160a9733fe91b666e74fca284333148 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/scrnsaverproto/Makefile b/Xorg/xorg/proto/scrnsaverproto/Makefile index a117735d4..545fda7e5 100644 --- a/Xorg/xorg/proto/scrnsaverproto/Makefile +++ b/Xorg/xorg/proto/scrnsaverproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=scrnsaverproto -PKG_RELEASE:=1 PKG_VERSION:=1.2.0 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=9040c991a56ee9b5976936f8c65d5c8a include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/videoproto/Makefile b/Xorg/xorg/proto/videoproto/Makefile index f0311867f..f934c8c53 100644 --- a/Xorg/xorg/proto/videoproto/Makefile +++ b/Xorg/xorg/proto/videoproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=videoproto -PKG_RELEASE:=1 PKG_VERSION:=2.3.0 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=fb762146a18207a1e8bc9f299dfc7ac0 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/windowswmproto/Makefile b/Xorg/xorg/proto/windowswmproto/Makefile index 21b05d55a..b028be0f0 100644 --- a/Xorg/xorg/proto/windowswmproto/Makefile +++ b/Xorg/xorg/proto/windowswmproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=windowswmproto PKG_RELEASE:=1 PKG_VERSION:=1.0.4 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=e74b2ff3172a6117f2a62b655ef99064 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/xcmiscproto/Makefile b/Xorg/xorg/proto/xcmiscproto/Makefile index d344f7a2d..92b66a690 100644 --- a/Xorg/xorg/proto/xcmiscproto/Makefile +++ b/Xorg/xorg/proto/xcmiscproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=xcmiscproto -PKG_RELEASE:=1 PKG_VERSION:=1.2.0 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=7b83e4a7e9f4edc9c6cfb0500f4a7196 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/xextproto/Makefile b/Xorg/xorg/proto/xextproto/Makefile index aafa11235..e4e13f48a 100644 --- a/Xorg/xorg/proto/xextproto/Makefile +++ b/Xorg/xorg/proto/xextproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=xextproto PKG_RELEASE:=1 PKG_VERSION:=7.1.1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=fb6ccaae76db7a35e49b12aea60ca6ff include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/xf86bigfontproto/Makefile b/Xorg/xorg/proto/xf86bigfontproto/Makefile index f2dc4addc..008740408 100644 --- a/Xorg/xorg/proto/xf86bigfontproto/Makefile +++ b/Xorg/xorg/proto/xf86bigfontproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=xf86bigfontproto -PKG_RELEASE:=3 PKG_VERSION:=1.2.0 +PKG_RELEASE:=3 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=120e226ede5a4687b25dd357cc9b8efe include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/xf86dgaproto/Makefile b/Xorg/xorg/proto/xf86dgaproto/Makefile index 8e2863f23..443025345 100644 --- a/Xorg/xorg/proto/xf86dgaproto/Makefile +++ b/Xorg/xorg/proto/xf86dgaproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=xf86dgaproto -PKG_RELEASE:=3 PKG_VERSION:=2.1 +PKG_RELEASE:=3 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=a036dc2fcbf052ec10621fd48b68dbb1 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/xf86driproto/Makefile b/Xorg/xorg/proto/xf86driproto/Makefile index d4c71ccbc..3fd3f0709 100644 --- a/Xorg/xorg/proto/xf86driproto/Makefile +++ b/Xorg/xorg/proto/xf86driproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=xf86driproto -PKG_RELEASE:=1 PKG_VERSION:=2.1.0 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=309d552732666c3333d7dc63e80d042f include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/xf86vidmodeproto/Makefile b/Xorg/xorg/proto/xf86vidmodeproto/Makefile index 55485f129..cdccb7189 100644 --- a/Xorg/xorg/proto/xf86vidmodeproto/Makefile +++ b/Xorg/xorg/proto/xf86vidmodeproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=xf86vidmodeproto -PKG_RELEASE:=1 PKG_VERSION:=2.3 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=4434894fc7d4eeb4a22e6b876d56fdaa include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/xineramaproto/Makefile b/Xorg/xorg/proto/xineramaproto/Makefile index 375f56d14..d37c6fae1 100644 --- a/Xorg/xorg/proto/xineramaproto/Makefile +++ b/Xorg/xorg/proto/xineramaproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=xineramaproto -PKG_RELEASE:=1 PKG_VERSION:=1.2 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=a8aadcb281b9c11a91303e24cdea45f5 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/proto/xproto/Makefile b/Xorg/xorg/proto/xproto/Makefile index bb5ff8d35..fb974989c 100644 --- a/Xorg/xorg/proto/xproto/Makefile +++ b/Xorg/xorg/proto/xproto/Makefile @@ -1,18 +1,21 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # blogic@openwrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=xproto -PKG_RELEASE:=1 PKG_VERSION:=7.0.16 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=75c9edff1f3823e5ab6bb9e66821a901 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/util/util-macros/Makefile b/Xorg/xorg/util/util-macros/Makefile index e0311b21e..5bcdea840 100644 --- a/Xorg/xorg/util/util-macros/Makefile +++ b/Xorg/xorg/util/util-macros/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -11,9 +11,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=util-macros PKG_RELEASE:=1 PKG_VERSION:=1.3.0 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/util/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/ +PKG_MD5SUM:=0837fe88af7d692308b25815457a3288 include $(INCLUDE_DIR)/package.mk diff --git a/Xorg/xorg/xserver/xorg-kdrive/Makefile b/Xorg/xorg/xserver/xorg-kdrive/Makefile index 614cf9e60..819939780 100644 --- a/Xorg/xorg/xserver/xorg-kdrive/Makefile +++ b/Xorg/xorg/xserver/xorg-kdrive/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -14,6 +14,7 @@ PKG_RELEASE:=1 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/xserver/ PKG_SOURCE:=xorg-server-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/xserver/$(PKG_NAME)/xorg-server-$(PKG_VERSION)/ +PKG_MD5SUM:=dda7842467cda6018fdc87e6002e4db1 PKG_BUILD_DEPENDS:=randrproto renderproto fixesproto damageproto xcmiscproto \ xextproto xproto bigreqsproto resourceproto \ diff --git a/Xorg/xorg/xserver/xorg-server/Makefile b/Xorg/xorg/xserver/xorg-server/Makefile index 3aee7c7df..b0b0f3dfd 100644 --- a/Xorg/xorg/xserver/xorg-server/Makefile +++ b/Xorg/xorg/xserver/xorg-server/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,10 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xorg-server -PKG_RELEASE:=1 PKG_VERSION:=1.7.1 +PKG_RELEASE:=1 + PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/xserver/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_MD5SUM:=dda7842467cda6018fdc87e6002e4db1 + PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/xserver/$(PKG_NAME)-$(PKG_VERSION)/ PKG_BUILD_DEPENDS:=randrproto renderproto fixesproto damageproto xcmiscproto \ xextproto xproto scrnsaverproto bigreqsproto resourceproto \ diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 272fe75c7..98525cb85 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -10,8 +10,11 @@ PKG_NAME:=binutils PKG_VERSION:=$(strip $(subst ",, $(CONFIG_BINUTILS_VERSION))) #")) PKG_RELEASE:=2 + PKG_SOURCE_URL:=@GNU/binutils PKG_SOURCE:=binutils-$(PKG_VERSION).tar.bz2 +PKG_MD5SUM:= + PATCH_DIR:=$(TOPDIR)/toolchain/binutils/patches/$(PKG_VERSION) PKG_FIXUP:=libtool diff --git a/devel/boost-jam/Makefile b/devel/boost-jam/Makefile index e9cf1529a..13725088d 100644 --- a/devel/boost-jam/Makefile +++ b/devel/boost-jam/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -13,6 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=@SF/boost +PKG_MD5SUM:=f4afd896788f2327fd35c128ddc6e340 PKG_HOST_ONLY:=1 include $(INCLUDE_DIR)/host-build.mk diff --git a/ipv6/dibbler/Makefile b/ipv6/dibbler/Makefile index 98cf68419..21a3a91b7 100644 --- a/ipv6/dibbler/Makefile +++ b/ipv6/dibbler/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.gz PKG_SOURCE_URL:=http://klub.com.pl/dhcpv6/dibbler/ -PKG_MD5SUM:= +PKG_MD5SUM:=39be72da38c2e6d33fd43a2811a276b1 PKG_FIXUP:=libtool PKG_LIBTOOL_PATHS:=poslib diff --git a/lang/cython/Makefile b/lang/cython/Makefile index d78910034..e95cc308f 100644 --- a/lang/cython/Makefile +++ b/lang/cython/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2009-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,9 +10,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cython PKG_VERSION:=0.10.3 PKG_RELEASE:=1 + PKG_SOURCE:=Cython-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.cython.org/ PKG_BUILD_DIR:=$(BUILD_DIR)/Cython-$(PKG_VERSION) +PKG_MD5SUM:=684103ed37472d9beef3a38e0d5c431d PKG_BUILD_DEPENDS:=python diff --git a/lang/logilab-astng/Makefile b/lang/logilab-astng/Makefile index 75ea40c34..483447fc6 100644 --- a/lang/logilab-astng/Makefile +++ b/lang/logilab-astng/Makefile @@ -10,8 +10,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=logilab-astng PKG_VERSION:=0.17.2 PKG_RELEASE:=1 + PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.logilab.fr/pub/astng/ +PKG_MD5SUM:=a654d65a4644fb984d840906cf8b27d5 include $(INCLUDE_DIR)/package.mk -include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk) diff --git a/lang/logilab-common/Makefile b/lang/logilab-common/Makefile index 7478f54fd..cc460f853 100644 --- a/lang/logilab-common/Makefile +++ b/lang/logilab-common/Makefile @@ -10,8 +10,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=logilab-common PKG_VERSION:=0.29.1 PKG_RELEASE:=1 + PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.logilab.fr/pub/common/ +PKG_MD5SUM:=90f679e0d4ed19e2bf083fb932cde922 include $(INCLUDE_DIR)/package.mk -include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk) diff --git a/lang/pyserial/Makefile b/lang/pyserial/Makefile index bde70865b..d6a7e452c 100644 --- a/lang/pyserial/Makefile +++ b/lang/pyserial/Makefile @@ -10,8 +10,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pyserial PKG_VERSION:=2.4 PKG_RELEASE:=1 + PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/pyserial +PKG_MD5SUM:=eec19df59fd75ba5a136992897f8e468 PKG_BUILD_DEPENDS:=python diff --git a/lang/python-gnome-desktop2/Makefile b/lang/python-gnome-desktop2/Makefile index 32b6bd557..63b2f16dd 100644 --- a/lang/python-gnome-desktop2/Makefile +++ b/lang/python-gnome-desktop2/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2.22.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/2.22 -PKG_MD5SUM:=504877a973f6abc0788283232cd703c +PKG_MD5SUM:=504877a973f6abc0788283232cd703cb PKG_FIXUP:=libtool include $(INCLUDE_DIR)/package.mk diff --git a/lang/pyyaml/Makefile b/lang/pyyaml/Makefile index 35f7f9813..857fe6753 100644 --- a/lang/pyyaml/Makefile +++ b/lang/pyyaml/Makefile @@ -10,8 +10,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=PyYAML PKG_VERSION:=3.08 PKG_RELEASE:=1 + PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://pyyaml.org/download/pyyaml/ +PKG_MD5SUM:=a4163a2017fa57f448c66815511fa555 PKG_BUILD_DEPENDS:=python diff --git a/lang/xapian-bindings/Makefile b/lang/xapian-bindings/Makefile index 455351597..0139e1d30 100644 --- a/lang/xapian-bindings/Makefile +++ b/lang/xapian-bindings/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,6 +13,8 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://oligarchy.co.uk/xapian/$(PKG_VERSION) +PKG_MD5SUM:=a80e51f4971d7505abcc0bdde912266b + PKG_FIXUP:=libtool include $(INCLUDE_DIR)/package.mk diff --git a/libs/boost/Makefile b/libs/boost/Makefile index 195262afb..f2c777708 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 OpenWrt.org +# +# Copyright (C) 2009-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -15,8 +15,8 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/boost \ - PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_$(PKG_VERSION) +PKG_MD5SUM:=a4fc691c4e7c49b3b9b54a667d8f5529 PKG_BUILD_DEPENDS:=boost-jam/host diff --git a/libs/eventlog/Makefile b/libs/eventlog/Makefile index 20a328f00..c2bc99bec 100644 --- a/libs/eventlog/Makefile +++ b/libs/eventlog/Makefile @@ -13,6 +13,7 @@ PKG_RELEASE:=2 PKG_SOURCE_URL:=http://www.balabit.com/downloads/files/eventlog/0.2/ PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz +PKG_MD5SUM:=76e3d7a0b8f335c12099e9b91191fbf1 PKG_FIXUP:=libtool PKG_INSTALL:=1 diff --git a/libs/fribidi/Makefile b/libs/fribidi/Makefile index 94f501b90..a10343686 100644 --- a/libs/fribidi/Makefile +++ b/libs/fribidi/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 OpenWrt.org +# +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,10 +13,10 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://fribidi.org/download - -PKG_INSTALL:=1 +PKG_MD5SUM:=647aee89079b056269ff0918dc1c6d28 PKG_FIXUP:=libtool +PKG_INSTALL:=1 include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk diff --git a/libs/gconf2/Makefile b/libs/gconf2/Makefile index 3fa87ebae..c9c941922 100644 --- a/libs/gconf2/Makefile +++ b/libs/gconf2/Makefile @@ -7,9 +7,10 @@ PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/GConf-$(PKG_VERSION) PKG_SOURCE:=GConf-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@GNOME/GConf/2.24 -PKG_FIXUP:=libtool +PKG_MD5SUM:=4971d96f5ba94fe4a69396267bd5afe8 PKG_BUILD_DEPENDS:=orbit2/host intltool/host +PKG_FIXUP:=libtool include $(INCLUDE_DIR)/package.mk diff --git a/libs/glibmm/Makefile b/libs/glibmm/Makefile index 7aa74b6ea..f47553e04 100644 --- a/libs/glibmm/Makefile +++ b/libs/glibmm/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2009-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,6 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@GNOME/glibmm/2.22 +PKG_MD5SUM:=1a96c7fde75ddbb421bc23fb4aa7adba PKG_FIXUP:=libtool PKG_INSTALL:=1 diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index 0322f4f97..f6232e3b2 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@GNU/gnutls \ ftp://ftp.mirrors.wiretapped.net/pub/security/network-security/gnutls/ -PKG_MD5SUM:= +PKG_MD5SUM:=e3b2788b79bfc82acbe717e3c54d4e92 PKG_FIXUP:=libtool PKG_LIBTOOL_PATHS:=. lib libextra diff --git a/libs/libcrypto++/Makefile b/libs/libcrypto++/Makefile index c646f39f9..5f97a2313 100644 --- a/libs/libcrypto++/Makefile +++ b/libs/libcrypto++/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=http://ftp.de.debian.org/debian/pool/main/libc/libcrypto++/ -PKG_MD5SUM:= +PKG_MD5SUM:=681f830145bf93cbc16113eaf61fbe2a PKG_FIXUP:=libtool PKG_INSTALL:=1 diff --git a/libs/libdbi/Makefile b/libs/libdbi/Makefile index abfc9879e..82511e82d 100644 --- a/libs/libdbi/Makefile +++ b/libs/libdbi/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/libdbi -PKG_MD5SUM:= +PKG_MD5SUM:=ca66db78d479cbfa727cf3245b5864ae PKG_FIXUP:=libtool PKG_INSTALL:=1 diff --git a/libs/libdirectfb/Makefile b/libs/libdirectfb/Makefile index 42f216a84..7eddc5590 100644 --- a/libs/libdirectfb/Makefile +++ b/libs/libdirectfb/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,10 +13,10 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.directfb.org/downloads/Core/DirectFB-1.4 - -PKG_INSTALL:=1 +PKG_MD5SUM:=e4376c6c5b8e27d735edb7f62a7a8e86 PKG_FIXUP:=libtool +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk diff --git a/libs/libxapian/Makefile b/libs/libxapian/Makefile index 0365a3104..ed50bae19 100644 --- a/libs/libxapian/Makefile +++ b/libs/libxapian/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2009 OpenWrt.org +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,13 +13,14 @@ PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://oligarchy.co.uk/xapian/$(PKG_VERSION) +PKG_MD5SUM:=b4acff50028120852d4a8d943065f6d2 + PKG_FIXUP:=libtool +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk -PKG_INSTALL=1 - -EXTRA_LDFLAGS+= \ +TARGET_LDFLAGS+= \ -L$(STAGING_DIR)/usr/lib/libintl/lib \ -L$(STAGING_DIR)/usr/lib/libiconv/lib \ diff --git a/libs/libyaml/Makefile b/libs/libyaml/Makefile index 45e6a24c5..44d6e7e44 100644 --- a/libs/libyaml/Makefile +++ b/libs/libyaml/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,12 +10,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yaml PKG_VERSION:=0.1.2 PKG_RELEASE:=1 + PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://pyyaml.org/download/libyaml/ - -PKG_INSTALL:=1 +PKG_MD5SUM:=f6c9b5c2b0f6919abd79f5fd059b01dc PKG_FIXUP:=libtool +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk diff --git a/multimedia/spca5xx-view/Makefile b/multimedia/spca5xx-view/Makefile index e83ac85cf..336d4ae93 100644 --- a/multimedia/spca5xx-view/Makefile +++ b/multimedia/spca5xx-view/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=spca5xx-view.tar.bz2 PKG_SOURCE_URL:=http://www.acmesystems.it/download/owrt -PKG_MD5SUM:= +PKG_MD5SUM:=113357f8fbc3b994424ae37644529d55 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) diff --git a/net/aircrack-ng/Makefile b/net/aircrack-ng/Makefile index 9a2837a83..0348c7c7a 100644 --- a/net/aircrack-ng/Makefile +++ b/net/aircrack-ng/Makefile @@ -13,6 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.aircrack-ng.org/ +PKG_MD5SUM:=dafbfaf944ca9d523fde4bae86f0c067 include $(INCLUDE_DIR)/package.mk diff --git a/net/airpwn/Makefile b/net/airpwn/Makefile index 3c187723c..6ff747b7f 100644 --- a/net/airpwn/Makefile +++ b/net/airpwn/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,8 +10,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=airpwn PKG_RELEASE:=1 PKG_VERSION:=1.3 + PKG_SOURCE:=airpwn-$(PKG_VERSION).tgz PKG_SOURCE_URL:=@SF/airpwn +PKG_MD5SUM:=15b6f1cd287b4bb20dd586bb6c83628d + PKG_BUILD_DEPENDS:=libnet1 libopenssl libpcap libpcre PKG_FIXUP:=libtool diff --git a/net/btpd/Makefile b/net/btpd/Makefile index a42519abd..5efaef008 100644 --- a/net/btpd/Makefile +++ b/net/btpd/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.murmeldjur.se/btpd/ -PRG_MD5SUM:=b64e2e8b9936e99685bc1e7246655561 +PKG_MD5SUM:=b64e2e8b9936e99685bc1e7246655561 include $(INCLUDE_DIR)/package.mk diff --git a/net/frickin/Makefile b/net/frickin/Makefile index 645ab7f18..2265c4ea3 100644 --- a/net/frickin/Makefile +++ b/net/frickin/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/frickin -PKG_MD5SUM:= 5b2e98da2310c71c703d4617b88a173f +PKG_MD5SUM:=5b2e98da2310c71c703d4617b88a173f include $(INCLUDE_DIR)/package.mk diff --git a/net/mgen/Makefile b/net/mgen/Makefile index 6205a021c..38a79617d 100644 --- a/net/mgen/Makefile +++ b/net/mgen/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,8 +10,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mgen PKG_VERSION:=5.01b PKG_RELEASE:=1 + PKG_SOURCE:=src-$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://downloads.pf.itd.nrl.navy.mil/mgen/ +PKG_MD5SUM:=1e467131446d649c8a0aebdcd8e5f2a9 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) diff --git a/net/nbtscan/Makefile b/net/nbtscan/Makefile index f1deba421..b930f9d26 100644 --- a/net/nbtscan/Makefile +++ b/net/nbtscan/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.5.1 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/n/nbtscan/ -PKG_MD5SUM:= +PKG_MD5SUM:=85bb085077c380b82a6ff73e0de0c154 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)a diff --git a/net/uucp/Makefile b/net/uucp/Makefile index b2abf94fe..21ee22105 100644 --- a/net/uucp/Makefile +++ b/net/uucp/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/u/uucp/ -PKG_MD5SUM:= +PKG_MD5SUM:=64c54d43787339a7cced48390eb3e1d0 PKG_INSTALL:=1 diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index 43eeb4c76..2b1f26c05 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/musicpd -PKG_MD5SUM:= +PKG_MD5SUM:=824e1ce46c0f468865d9e5e403cdaf5d PKG_INSTALL:=1 diff --git a/utils/cdparanoia/Makefile b/utils/cdparanoia/Makefile index c6da27265..76e22828e 100644 --- a/utils/cdparanoia/Makefile +++ b/utils/cdparanoia/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006-2008 OpenWrt.org +# +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -14,6 +14,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).src.tgz PKG_SOURCE_URL:=http://downloads.xiph.org/releases/cdparanoia/ PKG_SOURCE_TARGETDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_MD5SUM:=b304bbe8ab63373924a744eac9ebc652 include $(INCLUDE_DIR)/package.mk diff --git a/utils/ssldump/Makefile b/utils/ssldump/Makefile index 499df277a..4700e1170 100644 --- a/utils/ssldump/Makefile +++ b/utils/ssldump/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=0.9b3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.rtfm.com/ssldump/ -PKG_MD5SUM:= +PKG_MD5SUM:=ac8c28fe87508d6bfb06344ec496b1dd include $(INCLUDE_DIR)/package.mk