[arch-commits] Commit in libident/repos (6 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Sun May 12 23:26:42 UTC 2013


    Date: Monday, May 13, 2013 @ 01:26:42
  Author: arodseth
Revision: 90500

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

Added:
  libident/repos/community-i686/PKGBUILD
    (from rev 90499, libident/trunk/PKGBUILD)
  libident/repos/community-i686/libident.pc
    (from rev 90499, libident/trunk/libident.pc)
  libident/repos/community-x86_64/PKGBUILD
    (from rev 90499, libident/trunk/PKGBUILD)
  libident/repos/community-x86_64/libident.pc
    (from rev 90499, libident/trunk/libident.pc)
Deleted:
  libident/repos/community-i686/PKGBUILD
  libident/repos/community-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   74 +++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD      |   34 ------------------
 community-i686/libident.pc   |   10 +++++
 community-x86_64/PKGBUILD    |   34 ------------------
 community-x86_64/libident.pc |   10 +++++
 5 files changed, 94 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-12 23:26:23 UTC (rev 90499)
+++ community-i686/PKGBUILD	2013-05-12 23:26:42 UTC (rev 90500)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-#
-# TODO: Write a pkg-conf file
-
-pkgname=libident
-pkgver=0.32
-pkgrel=3
-pkgdesc="New libident C library"
-arch=('x86_64' 'i686')
-url="http://www.remlab.net/libident/"
-license=('custom')
-options=('!libtool')
-source=("http://www.remlab.net/files/libident/libident-$pkgver.tar.gz")
-sha256sums=('8cc8fb69f1c888be7cffde7f4caeb3dc6cd0abbc475337683a720aa7638a174b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-    --sysconfdir=/etc \
-    --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm755 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libident/repos/community-i686/PKGBUILD (from rev 90499, libident/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-12 23:26:42 UTC (rev 90500)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+
+pkgname=libident
+pkgver=0.32
+pkgrel=5
+pkgdesc='Library for querying IDENT servers'
+arch=('x86_64' 'i686')
+url='http://www.remlab.net/libident/'
+license=('custom')
+depends=('glibc')
+options=('!emptydirs' '!libtool')
+source=("http://www.remlab.net/files/libident/libident-$pkgver.tar.gz"
+        'libident.pc')
+sha256sums=('8cc8fb69f1c888be7cffde7f4caeb3dc6cd0abbc475337683a720aa7638a174b'
+            '81907cda4fe9c925e78bf58bc9c61d1af439784e4f01da4bd6fc7e4d87750f5c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm755 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 "$srcdir/libident.pc" "$pkgdir/usr/lib/pkgconfig/libident.pc"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libident/repos/community-i686/libident.pc (from rev 90499, libident/trunk/libident.pc)
===================================================================
--- community-i686/libident.pc	                        (rev 0)
+++ community-i686/libident.pc	2013-05-12 23:26:42 UTC (rev 90500)
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: libident
+Description: IDENT query library
+Version: 0.32
+Libs: -L${libdir} -lident 
+Cflags: -I${includedir}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-12 23:26:23 UTC (rev 90499)
+++ community-x86_64/PKGBUILD	2013-05-12 23:26:42 UTC (rev 90500)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-#
-# TODO: Write a pkg-conf file
-
-pkgname=libident
-pkgver=0.32
-pkgrel=3
-pkgdesc="New libident C library"
-arch=('x86_64' 'i686')
-url="http://www.remlab.net/libident/"
-license=('custom')
-options=('!libtool')
-source=("http://www.remlab.net/files/libident/libident-$pkgver.tar.gz")
-sha256sums=('8cc8fb69f1c888be7cffde7f4caeb3dc6cd0abbc475337683a720aa7638a174b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-    --sysconfdir=/etc \
-    --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm755 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libident/repos/community-x86_64/PKGBUILD (from rev 90499, libident/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-12 23:26:42 UTC (rev 90500)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+
+pkgname=libident
+pkgver=0.32
+pkgrel=5
+pkgdesc='Library for querying IDENT servers'
+arch=('x86_64' 'i686')
+url='http://www.remlab.net/libident/'
+license=('custom')
+depends=('glibc')
+options=('!emptydirs' '!libtool')
+source=("http://www.remlab.net/files/libident/libident-$pkgver.tar.gz"
+        'libident.pc')
+sha256sums=('8cc8fb69f1c888be7cffde7f4caeb3dc6cd0abbc475337683a720aa7638a174b'
+            '81907cda4fe9c925e78bf58bc9c61d1af439784e4f01da4bd6fc7e4d87750f5c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm755 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 "$srcdir/libident.pc" "$pkgdir/usr/lib/pkgconfig/libident.pc"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libident/repos/community-x86_64/libident.pc (from rev 90499, libident/trunk/libident.pc)
===================================================================
--- community-x86_64/libident.pc	                        (rev 0)
+++ community-x86_64/libident.pc	2013-05-12 23:26:42 UTC (rev 90500)
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: libident
+Description: IDENT query library
+Version: 0.32
+Libs: -L${libdir} -lident 
+Cflags: -I${includedir}




More information about the arch-commits mailing list