mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
pianod: Remove svn version check from builds
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=pianod
|
PKG_NAME:=pianod
|
||||||
PKG_VERSION:=174
|
PKG_VERSION:=174
|
||||||
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://deviousfish.com/Downloads/pianod/
|
PKG_SOURCE_URL:=http://deviousfish.com/Downloads/pianod/
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -3,7 +3,7 @@
|
||||||
|
|
||||||
|
AC_PREREQ([2.69])
|
||||||
|
AC_INIT([pianod],
|
||||||
|
- m4_esyscmd([svn info http://svn.deviousfish.com/pianod | grep Revision: | awk '{print $2}' | tr -d '\n']),
|
||||||
|
+ 174-OpenWrt,
|
||||||
|
[pianod@lists.deviousfish.com],
|
||||||
|
,[http://deviousfish.com/pianod])
|
||||||
|
AM_INIT_AUTOMAKE([foreign -Wall -Werror])
|
||||||
Reference in New Issue
Block a user