[arch-commits] Commit in musl/repos (4 files)

Sergej Pupykin spupykin at archlinux.org
Thu Jan 5 14:02:31 UTC 2017


    Date: Thursday, January 5, 2017 @ 14:02:31
  Author: spupykin
Revision: 204904

archrelease: copy trunk to community-i686, community-x86_64

Added:
  musl/repos/community-i686/PKGBUILD
    (from rev 204903, musl/trunk/PKGBUILD)
  musl/repos/community-x86_64/PKGBUILD
    (from rev 204903, musl/trunk/PKGBUILD)
Deleted:
  musl/repos/community-i686/PKGBUILD
  musl/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   34 --------------------
 community-x86_64/PKGBUILD |   34 --------------------
 3 files changed, 72 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-05 14:02:14 UTC (rev 204903)
+++ community-i686/PKGBUILD	2017-01-05 14:02:31 UTC (rev 204904)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Contributor: TJ Vanderpoel <tj at rubyists>
-
-pkgname=musl
-pkgver=1.1.15
-pkgrel=1
-pkgdesc='Lightweight implementation of C standard library'
-arch=('i686' 'x86_64')
-url='http://www.musl-libc.org/'
-license=('MIT')
-options=('staticlibs' '!buildflags')
-source=(http://www.musl-libc.org/releases/musl-$pkgver.tar.gz)
-md5sums=('9590a9d47ee64f220b3c12f7afb864ca')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr/lib/musl \
-    --exec-prefix=/usr \
-    --enable-wrapper=all
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -dm755 "$pkgdir"/usr/lib/
-  mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
-  rmdir "$pkgdir"/lib
-
-  install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
-  install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
-}

Copied: musl/repos/community-i686/PKGBUILD (from rev 204903, musl/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-05 14:02:31 UTC (rev 204904)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Contributor: TJ Vanderpoel <tj at rubyists>
+
+pkgname=musl
+pkgver=1.1.16
+pkgrel=1
+pkgdesc='Lightweight implementation of C standard library'
+arch=('i686' 'x86_64')
+url='http://www.musl-libc.org/'
+license=('MIT')
+options=('staticlibs' '!buildflags')
+validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F')
+source=(https://www.musl-libc.org/releases/musl-$pkgver.tar.gz{,.asc})
+sha256sums=('937185a5e5d721050306cf106507a006c3f1f86d86cd550024ea7be909071011'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr/lib/musl \
+    --exec-prefix=/usr \
+    --enable-wrapper=all
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -dm755 "$pkgdir"/usr/lib/
+  mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
+  rmdir "$pkgdir"/lib
+
+  install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
+  install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-05 14:02:14 UTC (rev 204903)
+++ community-x86_64/PKGBUILD	2017-01-05 14:02:31 UTC (rev 204904)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Contributor: TJ Vanderpoel <tj at rubyists>
-
-pkgname=musl
-pkgver=1.1.15
-pkgrel=1
-pkgdesc='Lightweight implementation of C standard library'
-arch=('i686' 'x86_64')
-url='http://www.musl-libc.org/'
-license=('MIT')
-options=('staticlibs' '!buildflags')
-source=(http://www.musl-libc.org/releases/musl-$pkgver.tar.gz)
-md5sums=('9590a9d47ee64f220b3c12f7afb864ca')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr/lib/musl \
-    --exec-prefix=/usr \
-    --enable-wrapper=all
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -dm755 "$pkgdir"/usr/lib/
-  mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
-  rmdir "$pkgdir"/lib
-
-  install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
-  install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
-}

Copied: musl/repos/community-x86_64/PKGBUILD (from rev 204903, musl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-05 14:02:31 UTC (rev 204904)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Contributor: TJ Vanderpoel <tj at rubyists>
+
+pkgname=musl
+pkgver=1.1.16
+pkgrel=1
+pkgdesc='Lightweight implementation of C standard library'
+arch=('i686' 'x86_64')
+url='http://www.musl-libc.org/'
+license=('MIT')
+options=('staticlibs' '!buildflags')
+validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F')
+source=(https://www.musl-libc.org/releases/musl-$pkgver.tar.gz{,.asc})
+sha256sums=('937185a5e5d721050306cf106507a006c3f1f86d86cd550024ea7be909071011'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr/lib/musl \
+    --exec-prefix=/usr \
+    --enable-wrapper=all
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -dm755 "$pkgdir"/usr/lib/
+  mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
+  rmdir "$pkgdir"/lib
+
+  install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
+  install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
+}



More information about the arch-commits mailing list