[arch-commits] Commit in libuv (5 files)

Massimiliano Torromeo mtorromeo at nymeria.archlinux.org
Mon Feb 24 13:13:50 UTC 2014


    Date: Monday, February 24, 2014 @ 14:13:50
  Author: mtorromeo
Revision: 106163

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

Added:
  libuv/repos/
  libuv/repos/community-i686/
  libuv/repos/community-i686/PKGBUILD
    (from rev 106162, libuv/trunk/PKGBUILD)
  libuv/repos/community-x86_64/
  libuv/repos/community-x86_64/PKGBUILD
    (from rev 106162, libuv/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   41 +++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)

Copied: libuv/repos/community-i686/PKGBUILD (from rev 106162, libuv/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2014-02-24 13:13:50 UTC (rev 106163)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=libuv
+pkgver=0.11.19
+pkgrel=1
+pkgdesc="A new platform layer for Node.JS"
+arch=('i686' 'x86_64')
+url="https://github.com/joyent/libuv"
+license=('custom')
+depends=('glibc')
+source=("https://github.com/joyent/libuv/archive/v$pkgver.tar.gz")
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+	./autogen.sh
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd "$srcdir/$pkgname-$pkgver"
+	make check
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	make DESTDIR="$pkgdir" install
+
+	install -Dm644 LICENSE \
+		"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+	install -Dm644 AUTHORS \
+		"$pkgdir/usr/share/doc/$pkgname/AUTHORS"
+	install -Dm644 README.md \
+		"$pkgdir/usr/share/doc/$pkgname/README.md"
+	install -Dm644 ChangeLog \
+		"$pkgdir/usr/share/doc/$pkgname/ChangeLog"
+}
+
+sha256sums=('2d2d17be846d0fe459ad1b56f10eab1e6cdf9693f7d9dbd89bb2b0de3e24ef58')

Copied: libuv/repos/community-x86_64/PKGBUILD (from rev 106162, libuv/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2014-02-24 13:13:50 UTC (rev 106163)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=libuv
+pkgver=0.11.19
+pkgrel=1
+pkgdesc="A new platform layer for Node.JS"
+arch=('i686' 'x86_64')
+url="https://github.com/joyent/libuv"
+license=('custom')
+depends=('glibc')
+source=("https://github.com/joyent/libuv/archive/v$pkgver.tar.gz")
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+	./autogen.sh
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd "$srcdir/$pkgname-$pkgver"
+	make check
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	make DESTDIR="$pkgdir" install
+
+	install -Dm644 LICENSE \
+		"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+	install -Dm644 AUTHORS \
+		"$pkgdir/usr/share/doc/$pkgname/AUTHORS"
+	install -Dm644 README.md \
+		"$pkgdir/usr/share/doc/$pkgname/README.md"
+	install -Dm644 ChangeLog \
+		"$pkgdir/usr/share/doc/$pkgname/ChangeLog"
+}
+
+sha256sums=('2d2d17be846d0fe459ad1b56f10eab1e6cdf9693f7d9dbd89bb2b0de3e24ef58')




More information about the arch-commits mailing list