summaryrefslogtreecommitdiffstats
path: root/pixman
diff options
context:
space:
mode:
authorAdrien Nader <adrien@notk.org>2013-03-17 12:26:45 +0100
committerAdrien Nader <adrien@notk.org>2013-03-17 16:54:42 +0100
commitafcd72fdef447f10513393f0a817ca60218304c7 (patch)
tree5b1e936acdff015432e63f78146b47e3b0509173 /pixman
parent6e60d3305c1e318fe04536cfe6ef51f9c9df346d (diff)
metas: change all meta files to scripts to match makeypkg's new format.
Diffstat (limited to 'pixman')
-rw-r--r--pixman/pixman.SlackBuild4
-rw-r--r--pixman/pixman.yypkg.meta5
-rw-r--r--pixman/pixman.yypkg.script6
3 files changed, 8 insertions, 7 deletions
diff --git a/pixman/pixman.SlackBuild b/pixman/pixman.SlackBuild
index 99843a4..c1b6b8a 100644
--- a/pixman/pixman.SlackBuild
+++ b/pixman/pixman.SlackBuild
@@ -120,12 +120,12 @@ if [ -r ChangeLog ]; then
touch -r ChangeLog $DOCSDIR/ChangeLog
fi
-cat ${CWD}/${PKGNAM}.yypkg.meta | sed \
+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/%{BUILD}/${BUILD}/" \
-e "s/%{DESCR}/${DESCR:-"No description"}/" \
- | makeypkg -o ${YYOUTPUT} -meta - "${PKG}/${PREFIX}"
+ | makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}"
diff --git a/pixman/pixman.yypkg.meta b/pixman/pixman.yypkg.meta
deleted file mode 100644
index a2d3c39..0000000
--- a/pixman/pixman.yypkg.meta
+++ /dev/null
@@ -1,5 +0,0 @@
-((name %{PKG}) (size_expanded (TB 42))
- (version ((%{VER}) Stable %{BUILD}))
- (packager_email adrien@notk.org) (packager_name "Adrien Nader")
- (description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
- (comments ()))
diff --git a/pixman/pixman.yypkg.script b/pixman/pixman.yypkg.script
new file mode 100644
index 0000000..27b4dd4
--- /dev/null
+++ b/pixman/pixman.yypkg.script
@@ -0,0 +1,6 @@
+(((name %{PKG}) (size_expanded (TB 42))
+ (version ((%{VER}) Stable %{BUILD}))
+ (packager_email adrien@notk.org) (packager_name "Adrien Nader")
+ (description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ())
+ (comments ()))
+ () ())