Skip to content

Commit b665256

Browse files
committed
svox: Make version apk compatible
Adjust PKG_VERSION to be compatible with apk's semantic rules. Signed-off-by: Hannu Nyman <[email protected]>
1 parent 252efdc commit b665256

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

sound/svox/Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=svox
11-
PKG_VERSION:=1.0+git20130326
11+
PKG_REAL_VERSION:=1.0+git20130326
12+
PKG_VERSION:=$(subst +git,.,$(PKG_REAL_VERSION))
1213
PKG_RELEASE:=3
1314

14-
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
15+
PKG_SOURCE:=$(PKG_NAME)_$(PKG_REAL_VERSION).orig.tar.gz
1516
PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/non-free/s/svox
1617
PKG_HASH:=337b25e6ccb3764f0df1e176470b883c90e40e98840d4133340fcc89eb3cea0c
1718

19+
PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_REAL_VERSION)
20+
1821
PKG_MAINTAINER:=Alessandro Di Marco <[email protected]>
1922
PKG_LICENSE:=Apache-2.0
2023
PKG_LICENSE_FILES:=

0 commit comments

Comments
 (0)