From dabc0dea8c0cca9a8f7e8cc86d3eee7f34b92bf6 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 17 Feb 2012 14:16:35 +0000 Subject: abuild: add support for replaces_priority --- abuild.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/abuild.in b/abuild.in index aebcd25..07c169d 100755 --- a/abuild.in +++ b/abuild.in @@ -133,6 +133,9 @@ default_sanitycheck() { [ -z "$url" ] && die "Missing url in APKBUILD" [ -z "$license" ] && die "Missing license in APKBULID" + if [ -n "$replaces_prority" ] && ! egrep -q '^[0-9]+$'; then + die "replaces_priority must be a number" + fi # check so no package names starts with - for i in $pkgname $subpackages; do case $i in @@ -712,6 +715,10 @@ EOF echo "maintainer = $maintainer" >> "$pkginfo" fi + if [ -n "$replaces_priority" ]; then + echo "replaces_priority = $replaces_priority" + fi + for i in $license; do echo "license = $i" >> "$pkginfo" done -- cgit v1.2.3-60-g2f50