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

Sergej Pupykin spupykin at archlinux.org
Wed Mar 4 12:37:12 UTC 2015


    Date: Wednesday, March 4, 2015 @ 13:37:12
  Author: spupykin
Revision: 128716

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

Added:
  inotify-tools/repos/community-i686/PKGBUILD
    (from rev 128715, inotify-tools/trunk/PKGBUILD)
  inotify-tools/repos/community-x86_64/PKGBUILD
    (from rev 128715, inotify-tools/trunk/PKGBUILD)
Deleted:
  inotify-tools/repos/community-i686/PKGBUILD
  inotify-tools/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   60 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   26 -------------------
 community-x86_64/PKGBUILD |   26 -------------------
 3 files changed, 60 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-03-04 12:36:56 UTC (rev 128715)
+++ community-i686/PKGBUILD	2015-03-04 12:37:12 UTC (rev 128716)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Alessandro Sagratini
-
-pkgname=inotify-tools
-pkgver=3.14
-pkgrel=3
-pkgdesc="inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify."
-arch=('i686' 'x86_64')
-url="http://inotify-tools.sourceforge.net/"
-license=('GPL')
-depends=(glibc)
-makedepends=('gcc' 'make')
-source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$pkgver.tar.gz)
-md5sums=('b43d95a0fa8c45f8bab3aec9672cf30c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: inotify-tools/repos/community-i686/PKGBUILD (from rev 128715, inotify-tools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-03-04 12:37:12 UTC (rev 128716)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Alessandro Sagratini
+
+pkgname=inotify-tools
+pkgver=3.14
+pkgrel=4
+pkgdesc="inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify."
+arch=('i686' 'x86_64')
+#url="http://inotify-tools.sourceforge.net/"
+url="https://github.com/rvoicilas/inotify-tools"
+license=('GPL')
+depends=()
+makedepends=('gcc' 'make' 'doxygen' 'git')
+options=('docs')
+#source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$pkgver.tar.gz)
+source=("git://github.com/rvoicilas/inotify-tools.git#commit=1df9af4d6cd0f4af4b1b19254bcf056aed4ae395")
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/$pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-03-04 12:36:56 UTC (rev 128715)
+++ community-x86_64/PKGBUILD	2015-03-04 12:37:12 UTC (rev 128716)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Alessandro Sagratini
-
-pkgname=inotify-tools
-pkgver=3.14
-pkgrel=3
-pkgdesc="inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify."
-arch=('i686' 'x86_64')
-url="http://inotify-tools.sourceforge.net/"
-license=('GPL')
-depends=(glibc)
-makedepends=('gcc' 'make')
-source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$pkgver.tar.gz)
-md5sums=('b43d95a0fa8c45f8bab3aec9672cf30c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: inotify-tools/repos/community-x86_64/PKGBUILD (from rev 128715, inotify-tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-03-04 12:37:12 UTC (rev 128716)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Alessandro Sagratini
+
+pkgname=inotify-tools
+pkgver=3.14
+pkgrel=4
+pkgdesc="inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify."
+arch=('i686' 'x86_64')
+#url="http://inotify-tools.sourceforge.net/"
+url="https://github.com/rvoicilas/inotify-tools"
+license=('GPL')
+depends=()
+makedepends=('gcc' 'make' 'doxygen' 'git')
+options=('docs')
+#source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$pkgver.tar.gz)
+source=("git://github.com/rvoicilas/inotify-tools.git#commit=1df9af4d6cd0f4af4b1b19254bcf056aed4ae395")
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/$pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install
+}



More information about the arch-commits mailing list