[arch-commits] Commit in lorcon/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jun 4 13:44:18 UTC 2018


    Date: Monday, June 4, 2018 @ 13:44:18
  Author: felixonmars
Revision: 340324

archrelease: copy trunk to community-x86_64

Added:
  lorcon/repos/community-x86_64/PKGBUILD
    (from rev 340323, lorcon/trunk/PKGBUILD)
Deleted:
  lorcon/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 13:44:01 UTC (rev 340323)
+++ PKGBUILD	2018-06-04 13:44:18 UTC (rev 340324)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: fnord0 [fnord0 <AT> riseup <DOT> net]
-# Contributor: dninja <dninja at gmail.com>
-# Contributor: Jon Gjengset <jon at thesquareplanet.com>
-
-pkgname=lorcon
-# Version: raw.githubusercontent.com/lunixbochs/lorcon/master/Makefile.in
-pkgver=2.0.0.20091101
-pkgrel=2
-epoch=1
-pkgdesc='Generic library for injecting 802.11 frames'
-url='http://802.11ninja.net/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('libpcap')
-makedepends=('git')
-source=('git://github.com/lunixbochs/lorcon#commit=10d5c825aa')
-md5sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  major=$(cat Makefile.in | grep -E "^MAJOR " | sed 's/^.*= *//')
-  minor=$(cat Makefile.in | grep -E "^MINOR " | sed 's/^.*= *//')
-  tiny=$(cat Makefile.in | grep -E "^TINY " | sed 's/^.*= *//')
-  version=$(cat Makefile.in | grep -E "^VERSION " | sed 's/^.*= *//')
-  echo "$major.$minor.$tiny.$version"
-}
-
-prepare() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-}
-
-build() {
-  make -C "$pkgname"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et: 

Copied: lorcon/repos/community-x86_64/PKGBUILD (from rev 340323, lorcon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 13:44:18 UTC (rev 340324)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: fnord0 [fnord0 <AT> riseup <DOT> net]
+# Contributor: dninja <dninja at gmail.com>
+# Contributor: Jon Gjengset <jon at thesquareplanet.com>
+
+pkgname=lorcon
+# Version: raw.githubusercontent.com/lunixbochs/lorcon/master/Makefile.in
+pkgver=2.0.0.20091101
+pkgrel=3
+epoch=1
+pkgdesc='Generic library for injecting 802.11 frames'
+url='http://802.11ninja.net/'
+license=('GPL')
+arch=('x86_64')
+depends=('libpcap')
+makedepends=('git')
+source=('git://github.com/lunixbochs/lorcon#commit=10d5c825aa')
+sha512sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  major=$(cat Makefile.in | grep -E "^MAJOR " | sed 's/^.*= *//')
+  minor=$(cat Makefile.in | grep -E "^MINOR " | sed 's/^.*= *//')
+  tiny=$(cat Makefile.in | grep -E "^TINY " | sed 's/^.*= *//')
+  version=$(cat Makefile.in | grep -E "^VERSION " | sed 's/^.*= *//')
+  echo "$major.$minor.$tiny.$version"
+}
+
+prepare() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+}
+
+build() {
+  make -C "$pkgname"
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et: 



More information about the arch-commits mailing list