massive Makefile cleanup, add missing 'svn:keywords' property
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5348 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
@ -11,8 +12,8 @@ PKG_NAME:=irssi
|
||||
PKG_VERSION:=0.8.10
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=http://irssi.org/files/
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)a.tar.bz2
|
||||
PKG_SOURCE_URL:=http://irssi.org/files/
|
||||
PKG_MD5SUM:=38e616bccb6a34ff6d91690317c2fa19
|
||||
PKG_CAT:=bzcat
|
||||
|
||||
@ -25,29 +26,28 @@ define Package/irssi
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+glib1 +libncurses
|
||||
TITLE:=console irc client
|
||||
DESCRIPTION:=IRC client for the text console
|
||||
URL:=http://irssi.org
|
||||
URL:=http://irssi.org/
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default,--with-perl=no \
|
||||
--with-glib1 \
|
||||
--with-gnu-ld \
|
||||
--with-textui \
|
||||
--without-terminfo \
|
||||
--without-bot \
|
||||
--without-file-offset-size \
|
||||
--without-ssl \
|
||||
--disable-ssl \
|
||||
--disable-ipv6 \
|
||||
--disable-proxy \
|
||||
--with-glib-prefix=$(STAGING_DIR)/usr,ac_cv_c_bigendian=no \
|
||||
ac_cv_sizeof_off_t=8)
|
||||
$(call Build/Configure/Default, \
|
||||
--with-perl=no \
|
||||
--with-glib1 \
|
||||
--with-glib-prefix="$(STAGING_DIR)/usr" \
|
||||
--with-textui \
|
||||
--without-terminfo \
|
||||
--without-bot \
|
||||
--without-file-offset-size \
|
||||
--without-ssl \
|
||||
--disable-ssl \
|
||||
--disable-ipv6 \
|
||||
--disable-proxy \
|
||||
)
|
||||
endef
|
||||
|
||||
define Package/irssi/install
|
||||
mkdir -p $(1)/usr/bin
|
||||
$(CP) $(PKG_BUILD_DIR)/src/fe-text/$(PKG_NAME) $(1)/usr/bin/
|
||||
install -d -m0755 $(1)/usr/bin
|
||||
install -m0755 $(PKG_BUILD_DIR)/src/fe-text/irssi $(1)/usr/bin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,irssi))
|
||||
|
Reference in New Issue
Block a user