[arch-commits] Commit in libnl/repos (6 files)
Thomas Bächler
thomas at nymeria.archlinux.org
Tue Dec 3 10:31:08 UTC 2013
Date: Tuesday, December 3, 2013 @ 11:31:08
Author: thomas
Revision: 200720
db-move: moved libnl from [testing] to [core] (i686, x86_64)
Added:
libnl/repos/core-i686/PKGBUILD
(from rev 200719, libnl/repos/testing-i686/PKGBUILD)
libnl/repos/core-x86_64/PKGBUILD
(from rev 200719, libnl/repos/testing-x86_64/PKGBUILD)
Deleted:
libnl/repos/core-i686/PKGBUILD
libnl/repos/core-x86_64/PKGBUILD
libnl/repos/testing-i686/
libnl/repos/testing-x86_64/
----------------------+
/PKGBUILD | 58 +++++++++++++++++++++++++++++++++++++++++++++++++
core-i686/PKGBUILD | 29 ------------------------
core-x86_64/PKGBUILD | 29 ------------------------
3 files changed, 58 insertions(+), 58 deletions(-)
Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD 2013-12-03 09:51:22 UTC (rev 200719)
+++ core-i686/PKGBUILD 2013-12-03 10:31:08 UTC (rev 200720)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler <thomas at archlinux.org>
-
-pkgname=libnl
-pkgver=3.2.22
-pkgrel=1
-pkgdesc="Library for applications dealing with netlink sockets"
-arch=(i686 x86_64)
-url="http://www.infradead.org/~tgr/libnl/"
-license=(GPL)
-depends=(glibc)
-backup=(etc/libnl/classid etc/libnl/pktloc)
-source=("$url/files/$pkgname-$pkgver.tar.gz")
-sha256sums=('c7c5f267dfeae0c1a530bf96b71fb7c8dbbb07d54beef49b6712d8d6166f629b')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --sbindir=/usr/bin \
- --disable-static
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
Copied: libnl/repos/core-i686/PKGBUILD (from rev 200719, libnl/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD (rev 0)
+++ core-i686/PKGBUILD 2013-12-03 10:31:08 UTC (rev 200720)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=libnl
+pkgver=3.2.23
+pkgrel=1
+pkgdesc="Library for applications dealing with netlink sockets"
+arch=(i686 x86_64)
+url="http://www.infradead.org/~tgr/libnl/"
+license=(GPL)
+depends=(glibc)
+backup=(etc/libnl/classid etc/libnl/pktloc)
+source=("$url/files/$pkgname-$pkgver.tar.gz")
+sha256sums=('8cc2cda9aa8cbbad384b9bb1ba0f6777ed9bf65e1cc3170d8c2ba5b3ee12f2b3')
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --sbindir=/usr/bin \
+ --disable-static
+ make
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD 2013-12-03 09:51:22 UTC (rev 200719)
+++ core-x86_64/PKGBUILD 2013-12-03 10:31:08 UTC (rev 200720)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler <thomas at archlinux.org>
-
-pkgname=libnl
-pkgver=3.2.22
-pkgrel=1
-pkgdesc="Library for applications dealing with netlink sockets"
-arch=(i686 x86_64)
-url="http://www.infradead.org/~tgr/libnl/"
-license=(GPL)
-depends=(glibc)
-backup=(etc/libnl/classid etc/libnl/pktloc)
-source=("$url/files/$pkgname-$pkgver.tar.gz")
-sha256sums=('c7c5f267dfeae0c1a530bf96b71fb7c8dbbb07d54beef49b6712d8d6166f629b')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --sbindir=/usr/bin \
- --disable-static
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
Copied: libnl/repos/core-x86_64/PKGBUILD (from rev 200719, libnl/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD (rev 0)
+++ core-x86_64/PKGBUILD 2013-12-03 10:31:08 UTC (rev 200720)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=libnl
+pkgver=3.2.23
+pkgrel=1
+pkgdesc="Library for applications dealing with netlink sockets"
+arch=(i686 x86_64)
+url="http://www.infradead.org/~tgr/libnl/"
+license=(GPL)
+depends=(glibc)
+backup=(etc/libnl/classid etc/libnl/pktloc)
+source=("$url/files/$pkgname-$pkgver.tar.gz")
+sha256sums=('8cc2cda9aa8cbbad384b9bb1ba0f6777ed9bf65e1cc3170d8c2ba5b3ee12f2b3')
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --sbindir=/usr/bin \
+ --disable-static
+ make
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list