[packages] Add missing libtool fixups
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/nodogsplash@19714 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b01b1a022f
commit
719cafcc9a
1 changed files with 4 additions and 2 deletions
6
Makefile
6
Makefile
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2007 OpenWrt.org
|
# Copyright (C) 2007-2010 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -9,13 +9,15 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=nodogsplash
|
PKG_NAME:=nodogsplash
|
||||||
PKG_VERSION:=0.9_beta9.9.5
|
PKG_VERSION:=0.9_beta9.9.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://kokoro.ucsd.edu/nodogsplash/ \
|
PKG_SOURCE_URL:=http://kokoro.ucsd.edu/nodogsplash/ \
|
||||||
http://kokoro.ucsd.edu/nodogsplash/old/
|
http://kokoro.ucsd.edu/nodogsplash/old/
|
||||||
PKG_MD5SUM:=142f6b761a0ef93bb3e8557e1f53bc56
|
PKG_MD5SUM:=142f6b761a0ef93bb3e8557e1f53bc56
|
||||||
|
|
||||||
|
PKG_FIXUP:=libtool
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/nodogsplash
|
define Package/nodogsplash
|
||||||
|
|
Loading…
Reference in a new issue