summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrien Nader <adrien@notk.org>2013-11-11 20:13:12 +0100
committerAdrien Nader <adrien@notk.org>2013-11-11 22:02:55 +0100
commit18f25ad40f349f026e5b72e8875dedbb4cac01ff (patch)
tree12a37bdc3bb93a49ae0187a6aceecba3d5c43d2a
parentf4bd4907483aae40ea4e0bac59d1ad1acae57f94 (diff)
*: update most .SlackBuild/yypkg.script files to yypkg's new version format
-rwxr-xr-xap/sqlite/sqlite.SlackBuild2
-rw-r--r--ap/sqlite/sqlite.yypkg.script2
-rwxr-xr-xd/gperf/gperf.SlackBuild2
-rw-r--r--d/gperf/gperf.yypkg.script2
-rwxr-xr-xd/pkg-config/pkg-config.SlackBuild2
-rw-r--r--d/pkg-config/pkg-config.yypkg.script2
-rwxr-xr-xl/atk/atk.SlackBuild2
-rw-r--r--l/atk/atk.yypkg.script2
-rwxr-xr-xl/cairo/cairo.SlackBuild2
-rw-r--r--l/cairo/cairo.yypkg.script2
-rwxr-xr-xl/expat/expat.SlackBuild2
-rw-r--r--l/expat/expat.yypkg.script2
-rwxr-xr-xl/freetype/freetype.SlackBuild2
-rw-r--r--l/freetype/freetype.yypkg.script2
-rwxr-xr-xl/gdk-pixbuf2/gdk-pixbuf2.SlackBuild2
-rw-r--r--l/gdk-pixbuf2/gdk-pixbuf2.yypkg.script2
-rwxr-xr-xl/giflib/giflib.SlackBuild2
-rw-r--r--l/giflib/giflib.yypkg.script2
-rwxr-xr-xl/glib-networking/glib-networking.SlackBuild2
-rw-r--r--l/glib-networking/glib-networking.yypkg.script2
-rwxr-xr-xl/gmp/gmp.SlackBuild2
-rw-r--r--l/gmp/gmp.yypkg.script2
-rwxr-xr-xl/gtk+2/gtk+2.SlackBuild2
-rw-r--r--l/gtk+2/gtk+2.yypkg.script2
-rwxr-xr-xl/icu4c/icu4c.SlackBuild2
-rw-r--r--l/icu4c/icu4c.yypkg.script2
-rwxr-xr-xl/libffi/libffi.SlackBuild2
-rw-r--r--l/libffi/libffi.yypkg.script2
-rwxr-xr-xl/libjpeg/libjpeg.SlackBuild2
-rw-r--r--l/libjpeg/libjpeg.yypkg.script2
-rwxr-xr-xl/libmpc/libmpc.SlackBuild2
-rw-r--r--l/libmpc/libmpc.yypkg.script2
-rwxr-xr-xl/libogg/libogg.SlackBuild2
-rw-r--r--l/libogg/libogg.yypkg.script2
-rwxr-xr-xl/libpng/libpng.SlackBuild2
-rw-r--r--l/libpng/libpng.yypkg.script2
-rwxr-xr-xl/libsoup/libsoup.SlackBuild2
-rw-r--r--l/libsoup/libsoup.yypkg.script2
-rwxr-xr-xl/libtheora/libtheora.SlackBuild2
-rw-r--r--l/libtheora/libtheora.yypkg.script2
-rwxr-xr-xl/libtiff/libtiff.SlackBuild2
-rw-r--r--l/libtiff/libtiff.yypkg.script2
-rwxr-xr-xl/libvorbis/libvorbis.SlackBuild2
-rw-r--r--l/libvorbis/libvorbis.yypkg.script2
-rwxr-xr-xl/libxslt/libxslt.SlackBuild2
-rw-r--r--l/libxslt/libxslt.yypkg.script2
-rwxr-xr-xl/mpfr/mpfr.SlackBuild2
-rw-r--r--l/mpfr/mpfr.yypkg.script2
-rwxr-xr-xl/pango/pango.SlackBuild2
-rw-r--r--l/pango/pango.yypkg.script2
-rwxr-xr-xn/ca-certificates/ca-certificates.SlackBuild2
-rw-r--r--n/ca-certificates/ca-certificates.yypkg.script2
-rwxr-xr-xn/curl/curl.SlackBuild2
-rw-r--r--n/curl/curl.yypkg.script2
-rwxr-xr-xn/gnutls/gnutls.SlackBuild2
-rw-r--r--n/gnutls/gnutls.yypkg.script2
-rwxr-xr-xn/nettle/nettle.SlackBuild2
-rw-r--r--n/nettle/nettle.yypkg.script2
-rwxr-xr-xn/openssl/openssl.SlackBuild2
-rw-r--r--n/openssl/openssl.yypkg.script2
-rwxr-xr-xx/fontconfig/fontconfig.SlackBuild2
-rw-r--r--x/fontconfig/fontconfig.yypkg.script2
62 files changed, 62 insertions, 62 deletions
diff --git a/ap/sqlite/sqlite.SlackBuild b/ap/sqlite/sqlite.SlackBuild
index df82d54..92bb776 100755
--- a/ap/sqlite/sqlite.SlackBuild
+++ b/ap/sqlite/sqlite.SlackBuild
@@ -147,7 +147,7 @@ cat ${CWD}/${PKGNAM}.yypkg.script | sed \
-e "s/%{PKG}/${PKGNAM}/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${OLD_STYLE} | tr . ' ')/" \
+ -e "s/%{VER}/${OLD_STYLE}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/ap/sqlite/sqlite.yypkg.script b/ap/sqlite/sqlite.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/ap/sqlite/sqlite.yypkg.script
+++ b/ap/sqlite/sqlite.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/d/gperf/gperf.SlackBuild b/d/gperf/gperf.SlackBuild
index 089165d..4dfa41b 100755
--- a/d/gperf/gperf.SlackBuild
+++ b/d/gperf/gperf.SlackBuild
@@ -108,7 +108,7 @@ cat ${CWD}/${PKGNAM}.yypkg.script | sed \
-e "s/%{PKG}/${PKGNAM}/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/d/gperf/gperf.yypkg.script b/d/gperf/gperf.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/d/gperf/gperf.yypkg.script
+++ b/d/gperf/gperf.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/d/pkg-config/pkg-config.SlackBuild b/d/pkg-config/pkg-config.SlackBuild
index 6486f7f..35f76db 100755
--- a/d/pkg-config/pkg-config.SlackBuild
+++ b/d/pkg-config/pkg-config.SlackBuild
@@ -79,7 +79,7 @@ cat ${CWD}/${PKGNAM}.yypkg.script | sed \
-e "s/%{PKG}/${PKGNAM}/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/d/pkg-config/pkg-config.yypkg.script b/d/pkg-config/pkg-config.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/d/pkg-config/pkg-config.yypkg.script
+++ b/d/pkg-config/pkg-config.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/atk/atk.SlackBuild b/l/atk/atk.SlackBuild
index f7f7f51..2612b9c 100755
--- a/l/atk/atk.SlackBuild
+++ b/l/atk/atk.SlackBuild
@@ -111,7 +111,7 @@ cat ${CWD}/${PKGNAM}.yypkg.script | sed \
-e "s/%{PKG}/${PKGNAM}/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/atk/atk.yypkg.script b/l/atk/atk.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/atk/atk.yypkg.script
+++ b/l/atk/atk.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/cairo/cairo.SlackBuild b/l/cairo/cairo.SlackBuild
index 0203b32..c452f2f 100755
--- a/l/cairo/cairo.SlackBuild
+++ b/l/cairo/cairo.SlackBuild
@@ -119,7 +119,7 @@ cat ${CWD}/$PKGNAM.yypkg.script | sed \
-e "s/%{PKG}/$PKGNAM/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/cairo/cairo.yypkg.script b/l/cairo/cairo.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/cairo/cairo.yypkg.script
+++ b/l/cairo/cairo.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/expat/expat.SlackBuild b/l/expat/expat.SlackBuild
index 000a2c7..5cd5801 100755
--- a/l/expat/expat.SlackBuild
+++ b/l/expat/expat.SlackBuild
@@ -81,7 +81,7 @@ cat ${CWD}/${PKGNAM}.yypkg.script | sed \
-e "s/%{PKG}/${PKGNAM}/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/expat/expat.yypkg.script b/l/expat/expat.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/expat/expat.yypkg.script
+++ b/l/expat/expat.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/freetype/freetype.SlackBuild b/l/freetype/freetype.SlackBuild
index 4664a3f..73920e7 100755
--- a/l/freetype/freetype.SlackBuild
+++ b/l/freetype/freetype.SlackBuild
@@ -98,7 +98,7 @@ cat ${CWD}/${PKGNAM}.yypkg.script | sed \
-e "s/%{PKG}/${PKGNAM}/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/freetype/freetype.yypkg.script b/l/freetype/freetype.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/freetype/freetype.yypkg.script
+++ b/l/freetype/freetype.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/gdk-pixbuf2/gdk-pixbuf2.SlackBuild b/l/gdk-pixbuf2/gdk-pixbuf2.SlackBuild
index 8b6027d..8f6cca0 100755
--- a/l/gdk-pixbuf2/gdk-pixbuf2.SlackBuild
+++ b/l/gdk-pixbuf2/gdk-pixbuf2.SlackBuild
@@ -119,7 +119,7 @@ cat ${CWD}/${PKGNAM}2.yypkg.script | sed \
-e "s/%{PKG}/${PKGNAM}2/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/gdk-pixbuf2/gdk-pixbuf2.yypkg.script b/l/gdk-pixbuf2/gdk-pixbuf2.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/gdk-pixbuf2/gdk-pixbuf2.yypkg.script
+++ b/l/gdk-pixbuf2/gdk-pixbuf2.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/giflib/giflib.SlackBuild b/l/giflib/giflib.SlackBuild
index ab01554..76f4ebd 100755
--- a/l/giflib/giflib.SlackBuild
+++ b/l/giflib/giflib.SlackBuild
@@ -91,7 +91,7 @@ cat ${CWD}/giflib.yypkg.script | sed \
-e "s/%{PKG}/giflib/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/giflib/giflib.yypkg.script b/l/giflib/giflib.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/giflib/giflib.yypkg.script
+++ b/l/giflib/giflib.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/glib-networking/glib-networking.SlackBuild b/l/glib-networking/glib-networking.SlackBuild
index a4520c2..4a9364d 100755
--- a/l/glib-networking/glib-networking.SlackBuild
+++ b/l/glib-networking/glib-networking.SlackBuild
@@ -116,7 +116,7 @@ cat ${CWD}/${PKGNAM}.yypkg.script | sed \
-e "s/%{PKG}/${PKGNAM}/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/glib-networking/glib-networking.yypkg.script b/l/glib-networking/glib-networking.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/glib-networking/glib-networking.yypkg.script
+++ b/l/glib-networking/glib-networking.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/gmp/gmp.SlackBuild b/l/gmp/gmp.SlackBuild
index e630e20..82b7499 100755
--- a/l/gmp/gmp.SlackBuild
+++ b/l/gmp/gmp.SlackBuild
@@ -109,7 +109,7 @@ cat ${CWD}/gmp.yypkg.script | sed \
-e "s/%{PKG}/gmp/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/gmp/gmp.yypkg.script b/l/gmp/gmp.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/gmp/gmp.yypkg.script
+++ b/l/gmp/gmp.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/gtk+2/gtk+2.SlackBuild b/l/gtk+2/gtk+2.SlackBuild
index 54750a4..7b51293 100755
--- a/l/gtk+2/gtk+2.SlackBuild
+++ b/l/gtk+2/gtk+2.SlackBuild
@@ -142,7 +142,7 @@ cat ${CWD}/gtk+2.yypkg.script | sed \
-e "s/%{PKG}/gtk+2/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/gtk+2/gtk+2.yypkg.script b/l/gtk+2/gtk+2.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/gtk+2/gtk+2.yypkg.script
+++ b/l/gtk+2/gtk+2.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/icu4c/icu4c.SlackBuild b/l/icu4c/icu4c.SlackBuild
index a8fa74b..813c994 100755
--- a/l/icu4c/icu4c.SlackBuild
+++ b/l/icu4c/icu4c.SlackBuild
@@ -118,7 +118,7 @@ cat ${CWD}/${PKGNAM}.yypkg.script | sed \
-e "s/%{PKG}/${PKGNAM}/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/icu4c/icu4c.yypkg.script b/l/icu4c/icu4c.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/icu4c/icu4c.yypkg.script
+++ b/l/icu4c/icu4c.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/libffi/libffi.SlackBuild b/l/libffi/libffi.SlackBuild
index d110f63..97bc720 100755
--- a/l/libffi/libffi.SlackBuild
+++ b/l/libffi/libffi.SlackBuild
@@ -129,7 +129,7 @@ cat ${CWD}/${PKGNAM}.yypkg.script | sed \
-e "s/%{PKG}/${PKGNAM}/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/libffi/libffi.yypkg.script b/l/libffi/libffi.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/libffi/libffi.yypkg.script
+++ b/l/libffi/libffi.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/libjpeg/libjpeg.SlackBuild b/l/libjpeg/libjpeg.SlackBuild
index d4832cf..45b13bb 100755
--- a/l/libjpeg/libjpeg.SlackBuild
+++ b/l/libjpeg/libjpeg.SlackBuild
@@ -104,7 +104,7 @@ cat ${CWD}/libjpeg.yypkg.script | sed \
-e "s/%{PKG}/libjpeg/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/libjpeg/libjpeg.yypkg.script b/l/libjpeg/libjpeg.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/libjpeg/libjpeg.yypkg.script
+++ b/l/libjpeg/libjpeg.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/libmpc/libmpc.SlackBuild b/l/libmpc/libmpc.SlackBuild
index 281d50d..f19ae56 100755
--- a/l/libmpc/libmpc.SlackBuild
+++ b/l/libmpc/libmpc.SlackBuild
@@ -104,7 +104,7 @@ cat ${CWD}/${PKGNAM}.yypkg.script | sed \
-e "s/%{PKG}/${PKGNAM}/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/libmpc/libmpc.yypkg.script b/l/libmpc/libmpc.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/libmpc/libmpc.yypkg.script
+++ b/l/libmpc/libmpc.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/libogg/libogg.SlackBuild b/l/libogg/libogg.SlackBuild
index 3500938..2a065e5 100755
--- a/l/libogg/libogg.SlackBuild
+++ b/l/libogg/libogg.SlackBuild
@@ -78,7 +78,7 @@ cat ${CWD}/libogg.yypkg.script | sed \
-e "s/%{PKG}/libogg/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/libogg/libogg.yypkg.script b/l/libogg/libogg.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/libogg/libogg.yypkg.script
+++ b/l/libogg/libogg.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/libpng/libpng.SlackBuild b/l/libpng/libpng.SlackBuild
index 65d849a..7639512 100755
--- a/l/libpng/libpng.SlackBuild
+++ b/l/libpng/libpng.SlackBuild
@@ -105,7 +105,7 @@ cat ${CWD}/libpng.yypkg.script | sed \
-e "s/%{PKG}/libpng/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/libpng/libpng.yypkg.script b/l/libpng/libpng.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/libpng/libpng.yypkg.script
+++ b/l/libpng/libpng.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/libsoup/libsoup.SlackBuild b/l/libsoup/libsoup.SlackBuild
index 13e8f50..1f36024 100755
--- a/l/libsoup/libsoup.SlackBuild
+++ b/l/libsoup/libsoup.SlackBuild
@@ -91,7 +91,7 @@ cat ${CWD}/${PKGNAM}.yypkg.script | sed \
-e "s/%{PKG}/${PKGNAM}/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/libsoup/libsoup.yypkg.script b/l/libsoup/libsoup.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/libsoup/libsoup.yypkg.script
+++ b/l/libsoup/libsoup.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/libtheora/libtheora.SlackBuild b/l/libtheora/libtheora.SlackBuild
index 2005d7c..b575402 100755
--- a/l/libtheora/libtheora.SlackBuild
+++ b/l/libtheora/libtheora.SlackBuild
@@ -118,7 +118,7 @@ cat ${CWD}/${PKGNAM}.yypkg.script | sed \
-e "s/%{PKG}/${PKGNAM}/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/libtheora/libtheora.yypkg.script b/l/libtheora/libtheora.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/libtheora/libtheora.yypkg.script
+++ b/l/libtheora/libtheora.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/libtiff/libtiff.SlackBuild b/l/libtiff/libtiff.SlackBuild
index 6f6337d..948c322 100755
--- a/l/libtiff/libtiff.SlackBuild
+++ b/l/libtiff/libtiff.SlackBuild
@@ -110,7 +110,7 @@ cat ${CWD}/libtiff.yypkg.script | sed \
-e "s/%{PKG}/libtiff/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/libtiff/libtiff.yypkg.script b/l/libtiff/libtiff.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/libtiff/libtiff.yypkg.script
+++ b/l/libtiff/libtiff.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/libvorbis/libvorbis.SlackBuild b/l/libvorbis/libvorbis.SlackBuild
index 6e97d4b..9889ee1 100755
--- a/l/libvorbis/libvorbis.SlackBuild
+++ b/l/libvorbis/libvorbis.SlackBuild
@@ -87,7 +87,7 @@ cat ${CWD}/libvorbis.yypkg.script | sed \
-e "s/%{PKG}/libvorbis/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/libvorbis/libvorbis.yypkg.script b/l/libvorbis/libvorbis.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/libvorbis/libvorbis.yypkg.script
+++ b/l/libvorbis/libvorbis.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/libxslt/libxslt.SlackBuild b/l/libxslt/libxslt.SlackBuild
index 3844c0f..52876bf 100755
--- a/l/libxslt/libxslt.SlackBuild
+++ b/l/libxslt/libxslt.SlackBuild
@@ -94,7 +94,7 @@ cat ${CWD}/libxslt.yypkg.script | sed \
-e "s/%{PKG}/libxslt/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/libxslt/libxslt.yypkg.script b/l/libxslt/libxslt.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/libxslt/libxslt.yypkg.script
+++ b/l/libxslt/libxslt.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/mpfr/mpfr.SlackBuild b/l/mpfr/mpfr.SlackBuild
index 4b12533..ff6aba9 100755
--- a/l/mpfr/mpfr.SlackBuild
+++ b/l/mpfr/mpfr.SlackBuild
@@ -120,7 +120,7 @@ cat ${CWD}/${PKGNAM}.yypkg.script | sed \
-e "s/%{PKG}/${PKGNAM}/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/mpfr/mpfr.yypkg.script b/l/mpfr/mpfr.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/mpfr/mpfr.yypkg.script
+++ b/l/mpfr/mpfr.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/l/pango/pango.SlackBuild b/l/pango/pango.SlackBuild
index 9664b23..533cb38 100755
--- a/l/pango/pango.SlackBuild
+++ b/l/pango/pango.SlackBuild
@@ -122,7 +122,7 @@ cat ${CWD}/${PKGNAM}.yypkg.script | sed \
-e "s/%{PKG}/${PKGNAM}/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/l/pango/pango.yypkg.script b/l/pango/pango.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/l/pango/pango.yypkg.script
+++ b/l/pango/pango.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/n/ca-certificates/ca-certificates.SlackBuild b/n/ca-certificates/ca-certificates.SlackBuild
index c3c2512..ae65d5c 100755
--- a/n/ca-certificates/ca-certificates.SlackBuild
+++ b/n/ca-certificates/ca-certificates.SlackBuild
@@ -74,7 +74,7 @@ cat ${CWD}/ca-certificates.yypkg.script | sed \
-e "s/%{PKG}/ca-certificates/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/n/ca-certificates/ca-certificates.yypkg.script b/n/ca-certificates/ca-certificates.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/n/ca-certificates/ca-certificates.yypkg.script
+++ b/n/ca-certificates/ca-certificates.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/n/curl/curl.SlackBuild b/n/curl/curl.SlackBuild
index ea0a648..20e5b48 100755
--- a/n/curl/curl.SlackBuild
+++ b/n/curl/curl.SlackBuild
@@ -133,7 +133,7 @@ cat ${CWD}/${PKGNAM}.yypkg.script | sed \
-e "s/%{PKG}/${PKGNAM}/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/n/curl/curl.yypkg.script b/n/curl/curl.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/n/curl/curl.yypkg.script
+++ b/n/curl/curl.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/n/gnutls/gnutls.SlackBuild b/n/gnutls/gnutls.SlackBuild
index a95ca60..b97c9da 100755
--- a/n/gnutls/gnutls.SlackBuild
+++ b/n/gnutls/gnutls.SlackBuild
@@ -141,7 +141,7 @@ cat ${CWD}/${PKGNAM}.yypkg.script | sed \
-e "s/%{PKG}/${PKGNAM}/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/n/gnutls/gnutls.yypkg.script b/n/gnutls/gnutls.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/n/gnutls/gnutls.yypkg.script
+++ b/n/gnutls/gnutls.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/n/nettle/nettle.SlackBuild b/n/nettle/nettle.SlackBuild
index 1abd532..7356b33 100755
--- a/n/nettle/nettle.SlackBuild
+++ b/n/nettle/nettle.SlackBuild
@@ -119,7 +119,7 @@ cat ${CWD}/${PKGNAM}.yypkg.script | sed \
-e "s/%{PKG}/${PKGNAM}/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/n/nettle/nettle.yypkg.script b/n/nettle/nettle.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/n/nettle/nettle.yypkg.script
+++ b/n/nettle/nettle.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/n/openssl/openssl.SlackBuild b/n/openssl/openssl.SlackBuild
index 8ab7012..32c7e27 100755
--- a/n/openssl/openssl.SlackBuild
+++ b/n/openssl/openssl.SlackBuild
@@ -186,7 +186,7 @@ cat ${CWD}/openssl.yypkg.script | sed \
-e "s/%{PKG}/openssl/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG1}/${PREFIX}"
diff --git a/n/openssl/openssl.yypkg.script b/n/openssl/openssl.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/n/openssl/openssl.yypkg.script
+++ b/n/openssl/openssl.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))
diff --git a/x/fontconfig/fontconfig.SlackBuild b/x/fontconfig/fontconfig.SlackBuild
index 1da760a..7d93f2c 100755
--- a/x/fontconfig/fontconfig.SlackBuild
+++ b/x/fontconfig/fontconfig.SlackBuild
@@ -175,7 +175,7 @@ cat ${CWD}/fontconfig.yypkg.script | sed \
-e "s/%{PKG}/fontconfig/" \
-e "s/%{HST}/${HOST_TRIPLET}/" \
-e "s/%{TGT}//" \
- -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \
+ -e "s/%{VER}/${VERSION}/" \
-e "s/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
| makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/x/fontconfig/fontconfig.yypkg.script b/x/fontconfig/fontconfig.yypkg.script
index 27b4dd4..9cdf286 100644
--- a/x/fontconfig/fontconfig.yypkg.script
+++ b/x/fontconfig/fontconfig.yypkg.script
@@ -1,5 +1,5 @@
(((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
+ (version ((Stable %{VER}) %{BUILD}))
(packager_email adrien@notk.org) (packager_name "Adrien Nader")
(description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
(comments ()))