[Lunar-commits] <moonbase-xorg> libepoxy: Use SOURCE_URL_FULL to get a better named tarball

Stefan Wold ratler at lunar-linux.org
Wed Dec 31 15:43:40 CET 2014


commit c4f1e6ead034a6ffe595292469fed16e5bd7b4b8
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Wed, 31 Dec 2014 15:42:04 +0100
URL: https://github.com/lunar-linux/moonbase-xorg/commit/c4f1e6ead034a6ffe595292469fed16e5bd7b4b8

libepoxy: Use SOURCE_URL_FULL to get a better named tarball

Also fixed BUILD file to break on error if autogen.sh fail.
---
  lib/libepoxy/BUILD   | +2/-2     
  lib/libepoxy/DETAILS | +2/-2     
  2 files changed, 4 insertions(+), 4 deletions(-)

--- a/lib/libepoxy/BUILD
+++ b/lib/libepoxy/BUILD
@@ -1,2 +1,2 @@
-./autogen.sh --prefix=/usr
-default_build
\ No newline at end of file
+./autogen.sh &&
+default_build
--- a/lib/libepoxy/DETAILS
+++ b/lib/libepoxy/DETAILS
@@ -1,7 +1,7 @@
           MODULE=libepoxy
          VERSION=1.2
-          SOURCE=v$VERSION.tar.gz
-      SOURCE_URL=https://github.com/anholt/libepoxy/archive/
+          SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL_FULL=https://github.com/anholt/libepoxy/archive/v$VERSION.tar.gz
       SOURCE_VFY=sha256:42c328440f60a5795835c5ec4bdfc1329e75bba16b6e22b3a87ed17e9679e8f6
    MODULE_PREFIX=${X11R7_PREFIX:-/usr}
         WEB_SITE=https://github.com/anholt/libepoxy




More information about the Lunar-commits mailing list