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

2017-07-14 Thread Levente Polyak
Date: Friday, July 14, 2017 @ 21:52:58
  Author: anthraxx
Revision: 245133

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

Added:
  yara/repos/community-i686/PKGBUILD
(from rev 245132, yara/trunk/PKGBUILD)
  yara/repos/community-x86_64/PKGBUILD
(from rev 245132, yara/trunk/PKGBUILD)
Deleted:
  yara/repos/community-i686/PKGBUILD
  yara/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-14 21:52:48 UTC (rev 245132)
+++ community-i686/PKGBUILD 2017-07-14 21:52:58 UTC (rev 245133)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: bitwave 
-# Contributor: fnord0 
-
-pkgname=yara
-pkgver=3.6.0
-pkgrel=1
-pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
-url='https://github.com/VirusTotal/yara'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('openssl' 'file')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('ebb096b4c6610ebf8de6201c53a5b09e77ca7ecb257fcdd8decca6fd9623bb581a2dce3fc693237986ce6dcd9907e675ab9fa82f287853aa2ae096e6423d0fc3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-  ./configure \
---prefix=/usr \
---with-crypto \
---enable-magic
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: yara/repos/community-i686/PKGBUILD (from rev 245132, 
yara/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-14 21:52:58 UTC (rev 245133)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: bitwave 
+# Contributor: fnord0 
+
+pkgname=yara
+pkgver=3.6.3
+pkgrel=1
+pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
+url='https://github.com/VirusTotal/yara'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('openssl' 'file')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('f928fe93e93385b5711c1076b042473299e1eb1c7c345433b01b7638677d9b8fb95a8ac2a7ef52012dc178ec0ef5772d6b6d0b65b5717d2074290bb44031b3f8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+  ./configure \
+--prefix=/usr \
+--with-crypto \
+--enable-magic
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-14 21:52:48 UTC (rev 245132)
+++ community-x86_64/PKGBUILD   2017-07-14 21:52:58 UTC (rev 245133)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: bitwave 
-# Contributor: fnord0 
-
-pkgname=yara
-pkgver=3.6.0
-pkgrel=1
-pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
-url='https://github.com/VirusTotal/yara'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('openssl' 'file')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('ebb096b4c6610ebf8de6201c53a5b09e77ca7ecb257fcdd8decca6fd9623bb581a2dce3fc693237986ce6dcd9907e675ab9fa82f287853aa2ae096e6423d0fc3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-  ./configure \
---prefix=/usr \
---with-crypto \
---enable-magic
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: yara/repos/community-x86_64/PKGBUILD (from rev 245132, 
yara/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-14 21:52:58 UTC (rev 245133)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 

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

2017-05-30 Thread Levente Polyak
Date: Tuesday, May 30, 2017 @ 14:14:35
  Author: anthraxx
Revision: 231274

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

Added:
  yara/repos/community-staging-i686/
  yara/repos/community-staging-i686/PKGBUILD
(from rev 231273, yara/trunk/PKGBUILD)
  yara/repos/community-staging-x86_64/
  yara/repos/community-staging-x86_64/PKGBUILD
(from rev 231273, yara/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: yara/repos/community-staging-i686/PKGBUILD (from rev 231273, 
yara/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-30 14:14:35 UTC (rev 231274)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: bitwave 
+# Contributor: fnord0 
+
+pkgname=yara
+pkgver=3.6.0
+pkgrel=1
+pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
+url='https://github.com/VirusTotal/yara'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('openssl' 'file')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('ebb096b4c6610ebf8de6201c53a5b09e77ca7ecb257fcdd8decca6fd9623bb581a2dce3fc693237986ce6dcd9907e675ab9fa82f287853aa2ae096e6423d0fc3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+  ./configure \
+--prefix=/usr \
+--with-crypto \
+--enable-magic
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: yara/repos/community-staging-x86_64/PKGBUILD (from rev 231273, 
yara/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-30 14:14:35 UTC (rev 231274)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: bitwave 
+# Contributor: fnord0 
+
+pkgname=yara
+pkgver=3.6.0
+pkgrel=1
+pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
+url='https://github.com/VirusTotal/yara'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('openssl' 'file')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('ebb096b4c6610ebf8de6201c53a5b09e77ca7ecb257fcdd8decca6fd9623bb581a2dce3fc693237986ce6dcd9907e675ab9fa82f287853aa2ae096e6423d0fc3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+  ./configure \
+--prefix=/usr \
+--with-crypto \
+--enable-magic
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-03-05 Thread Levente Polyak
Date: Sunday, March 5, 2017 @ 11:20:00
  Author: anthraxx
Revision: 214947

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

Added:
  yara/repos/community-staging-i686/
  yara/repos/community-staging-i686/PKGBUILD
(from rev 214946, yara/trunk/PKGBUILD)
  yara/repos/community-staging-x86_64/
  yara/repos/community-staging-x86_64/PKGBUILD
(from rev 214946, yara/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: yara/repos/community-staging-i686/PKGBUILD (from rev 214946, 
yara/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-05 11:20:00 UTC (rev 214947)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: bitwave 
+# Contributor: fnord0 
+
+pkgname=yara
+pkgver=3.5.0
+pkgrel=3
+pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
+url='https://github.com/VirusTotal/yara'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('openssl' 'file')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('84e3b8248749271f154c05216417be76c56563012c0a2013fde5184c6ed03d2933c456d61f036292c42030b52705d5c6e94824d1fd36dbffe46af625ddedaaf5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+  ./configure \
+--prefix=/usr \
+--with-crypto \
+--enable-magic
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: yara/repos/community-staging-x86_64/PKGBUILD (from rev 214946, 
yara/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-05 11:20:00 UTC (rev 214947)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: bitwave 
+# Contributor: fnord0 
+
+pkgname=yara
+pkgver=3.5.0
+pkgrel=3
+pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
+url='https://github.com/VirusTotal/yara'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('openssl' 'file')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('84e3b8248749271f154c05216417be76c56563012c0a2013fde5184c6ed03d2933c456d61f036292c42030b52705d5c6e94824d1fd36dbffe46af625ddedaaf5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+  ./configure \
+--prefix=/usr \
+--with-crypto \
+--enable-magic
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-01-20 Thread Levente Polyak
Date: Friday, January 20, 2017 @ 18:42:58
  Author: anthraxx
Revision: 208146

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

Added:
  yara/repos/community-i686/PKGBUILD
(from rev 208145, yara/trunk/PKGBUILD)
  yara/repos/community-x86_64/PKGBUILD
(from rev 208145, yara/trunk/PKGBUILD)
Deleted:
  yara/repos/community-i686/PKGBUILD
  yara/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   31 
 community-x86_64/PKGBUILD |   31 
 3 files changed, 68 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-20 18:42:49 UTC (rev 208145)
+++ community-i686/PKGBUILD 2017-01-20 18:42:58 UTC (rev 208146)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: bitwave 
-# Contributor: fnord0 
-
-pkgname=yara
-pkgver=3.5.0
-pkgrel=1
-pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
-url='https://github.com/VirusTotal/yara'
-arch=('i686' 'x86_64')
-license=('Apache')
-makedepends=('openssl' 'file' 'python-setuptools' 'python2-setuptools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('52b815c59ad086020bd8a002d13b89d671a218c2f3a3214b93fb215f18f7f4b57ed6d27c2aa03218626eb1da1f541a0b1d0b20a3d467950089e5150bc90fe76b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  autoreconf --force --install
-  ./configure --prefix=/usr --with-crypto --enable-magic
-  make
-}
-
-package() {
-  depends=('openssl' 'file')
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: yara/repos/community-i686/PKGBUILD (from rev 208145, 
yara/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-20 18:42:58 UTC (rev 208146)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: bitwave 
+# Contributor: fnord0 
+
+pkgname=yara
+pkgver=3.5.0
+pkgrel=2
+pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
+url='https://github.com/VirusTotal/yara'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('openssl' 'file')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('84e3b8248749271f154c05216417be76c56563012c0a2013fde5184c6ed03d2933c456d61f036292c42030b52705d5c6e94824d1fd36dbffe46af625ddedaaf5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+  ./configure \
+--prefix=/usr \
+--with-crypto \
+--enable-magic
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-20 18:42:49 UTC (rev 208145)
+++ community-x86_64/PKGBUILD   2017-01-20 18:42:58 UTC (rev 208146)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: bitwave 
-# Contributor: fnord0 
-
-pkgname=yara
-pkgver=3.5.0
-pkgrel=1
-pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
-url='https://github.com/VirusTotal/yara'
-arch=('i686' 'x86_64')
-license=('Apache')
-makedepends=('openssl' 'file' 'python-setuptools' 'python2-setuptools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('52b815c59ad086020bd8a002d13b89d671a218c2f3a3214b93fb215f18f7f4b57ed6d27c2aa03218626eb1da1f541a0b1d0b20a3d467950089e5150bc90fe76b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  autoreconf --force --install
-  ./configure --prefix=/usr --with-crypto --enable-magic
-  make
-}
-
-package() {
-  depends=('openssl' 'file')
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: yara/repos/community-x86_64/PKGBUILD (from rev 208145, 
yara/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-20 18:42:58 UTC (rev 208146)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 

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

2016-08-06 Thread Levente Polyak
Date: Saturday, August 6, 2016 @ 11:59:42
  Author: anthraxx
Revision: 185612

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

Added:
  yara/repos/community-i686/PKGBUILD
(from rev 185611, yara/trunk/PKGBUILD)
  yara/repos/community-x86_64/PKGBUILD
(from rev 185611, yara/trunk/PKGBUILD)
Deleted:
  yara/repos/community-i686/PKGBUILD
  yara/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   50 ---
 community-x86_64/PKGBUILD |   50 ---
 3 files changed, 62 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-06 11:59:31 UTC (rev 185611)
+++ community-i686/PKGBUILD 2016-08-06 11:59:42 UTC (rev 185612)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: bitwave 
-# Contributor: fnord0 
-
-pkgbase=yara
-pkgname=('yara' 'python-yara' 'python2-yara')
-pkgver=3.4.0
-pkgrel=3
-pkgdesc="Tool aimed at helping malware researchers to identify and classify 
malware samples"
-url="https://plusvic.github.io/yara/;
-arch=('i686' 'x86_64')
-license=('Apache')
-makedepends=('openssl' 'file' 'python-setuptools' 'python2-setuptools')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/plusvic/${pkgbase}/archive/v${pkgver}.tar.gz)
-sha512sums=('27286107882c70de6f2c227d5307fbaa97437f8bbb221d4f0fcb17c4935f65ef01e772c18a14eb814727ca1854f5e3f9f219771706d9f4a748ae9433f475d669')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  autoreconf --force --install
-  ./configure --prefix=/usr --with-crypto --enable-magic
-  make
-}
-
-package_yara() {
-  depends=('openssl' 'file')
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_python-yara() {
-  depends=('python' 'yara')
-  cd ${pkgbase}-${pkgver}/${pkgbase}-python
-  python setup.py install --root="${pkgdir}" -O1
-  install -Dm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-  ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs"
-
-
-}
-
-package_python2-yara() {
-  depends=('python2' 'yara')
-  cd ${pkgbase}-${pkgver}/${pkgbase}-python
-  python2 setup.py install --root="${pkgdir}" -O1
-  install -Dm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-  ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs"
-}
-
-# vim: ts=2 sw=2 et:

Copied: yara/repos/community-i686/PKGBUILD (from rev 185611, 
yara/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-06 11:59:42 UTC (rev 185612)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Contributor: bitwave 
+# Contributor: fnord0 
+
+pkgname=yara
+pkgver=3.5.0
+pkgrel=1
+pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
+url='https://github.com/VirusTotal/yara'
+arch=('i686' 'x86_64')
+license=('Apache')
+makedepends=('openssl' 'file' 'python-setuptools' 'python2-setuptools')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('52b815c59ad086020bd8a002d13b89d671a218c2f3a3214b93fb215f18f7f4b57ed6d27c2aa03218626eb1da1f541a0b1d0b20a3d467950089e5150bc90fe76b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf --force --install
+  ./configure --prefix=/usr --with-crypto --enable-magic
+  make
+}
+
+package() {
+  depends=('openssl' 'file')
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-06 11:59:31 UTC (rev 185611)
+++ community-x86_64/PKGBUILD   2016-08-06 11:59:42 UTC (rev 185612)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: bitwave 
-# Contributor: fnord0 
-
-pkgbase=yara
-pkgname=('yara' 'python-yara' 'python2-yara')
-pkgver=3.4.0
-pkgrel=3
-pkgdesc="Tool aimed at helping malware researchers to identify and classify 
malware samples"
-url="https://plusvic.github.io/yara/;
-arch=('i686' 'x86_64')
-license=('Apache')
-makedepends=('openssl' 'file' 'python-setuptools' 'python2-setuptools')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/plusvic/${pkgbase}/archive/v${pkgver}.tar.gz)
-sha512sums=('27286107882c70de6f2c227d5307fbaa97437f8bbb221d4f0fcb17c4935f65ef01e772c18a14eb814727ca1854f5e3f9f219771706d9f4a748ae9433f475d669')
-

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

2015-09-19 Thread Evangelos Foutras
Date: Saturday, September 19, 2015 @ 18:34:59
  Author: foutrelis
Revision: 140950

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

Added:
  yara/repos/community-staging-i686/
  yara/repos/community-staging-i686/PKGBUILD
(from rev 140949, yara/trunk/PKGBUILD)
  yara/repos/community-staging-x86_64/
  yara/repos/community-staging-x86_64/PKGBUILD
(from rev 140949, yara/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   50 
 community-staging-x86_64/PKGBUILD |   50 
 2 files changed, 100 insertions(+)

Copied: yara/repos/community-staging-i686/PKGBUILD (from rev 140949, 
yara/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-19 16:34:59 UTC (rev 140950)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: bitwave 
+# Contributor: fnord0 
+
+pkgbase=yara
+pkgname=('yara' 'python-yara' 'python2-yara')
+pkgver=3.4.0
+pkgrel=3
+pkgdesc="Tool aimed at helping malware researchers to identify and classify 
malware samples"
+url="https://plusvic.github.io/yara/;
+arch=('i686' 'x86_64')
+license=('Apache')
+makedepends=('openssl' 'file' 'python-setuptools' 'python2-setuptools')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/plusvic/${pkgbase}/archive/v${pkgver}.tar.gz)
+sha512sums=('27286107882c70de6f2c227d5307fbaa97437f8bbb221d4f0fcb17c4935f65ef01e772c18a14eb814727ca1854f5e3f9f219771706d9f4a748ae9433f475d669')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  autoreconf --force --install
+  ./configure --prefix=/usr --with-crypto --enable-magic
+  make
+}
+
+package_yara() {
+  depends=('openssl' 'file')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python-yara() {
+  depends=('python' 'yara')
+  cd ${pkgbase}-${pkgver}/${pkgbase}-python
+  python setup.py install --root="${pkgdir}" -O1
+  install -Dm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+  ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs"
+
+
+}
+
+package_python2-yara() {
+  depends=('python2' 'yara')
+  cd ${pkgbase}-${pkgver}/${pkgbase}-python
+  python2 setup.py install --root="${pkgdir}" -O1
+  install -Dm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+  ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs"
+}
+
+# vim: ts=2 sw=2 et:

Copied: yara/repos/community-staging-x86_64/PKGBUILD (from rev 140949, 
yara/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-19 16:34:59 UTC (rev 140950)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: bitwave 
+# Contributor: fnord0 
+
+pkgbase=yara
+pkgname=('yara' 'python-yara' 'python2-yara')
+pkgver=3.4.0
+pkgrel=3
+pkgdesc="Tool aimed at helping malware researchers to identify and classify 
malware samples"
+url="https://plusvic.github.io/yara/;
+arch=('i686' 'x86_64')
+license=('Apache')
+makedepends=('openssl' 'file' 'python-setuptools' 'python2-setuptools')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/plusvic/${pkgbase}/archive/v${pkgver}.tar.gz)
+sha512sums=('27286107882c70de6f2c227d5307fbaa97437f8bbb221d4f0fcb17c4935f65ef01e772c18a14eb814727ca1854f5e3f9f219771706d9f4a748ae9433f475d669')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  autoreconf --force --install
+  ./configure --prefix=/usr --with-crypto --enable-magic
+  make
+}
+
+package_yara() {
+  depends=('openssl' 'file')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python-yara() {
+  depends=('python' 'yara')
+  cd ${pkgbase}-${pkgver}/${pkgbase}-python
+  python setup.py install --root="${pkgdir}" -O1
+  install -Dm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+  ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs"
+
+
+}
+
+package_python2-yara() {
+  depends=('python2' 'yara')
+  cd ${pkgbase}-${pkgver}/${pkgbase}-python
+  python2 setup.py install --root="${pkgdir}" -O1
+  install -Dm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+  ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs"
+}
+
+# vim: ts=2 sw=2 et:


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

2015-09-12 Thread Levente Polyak
Date: Sunday, September 13, 2015 @ 03:45:33
  Author: anthraxx
Revision: 140018

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

Added:
  yara/repos/community-i686/
  yara/repos/community-i686/PKGBUILD
(from rev 140017, yara/trunk/PKGBUILD)
  yara/repos/community-x86_64/
  yara/repos/community-x86_64/PKGBUILD
(from rev 140017, yara/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   50 
 community-x86_64/PKGBUILD |   50 
 2 files changed, 100 insertions(+)

Copied: yara/repos/community-i686/PKGBUILD (from rev 140017, 
yara/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-13 01:45:33 UTC (rev 140018)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: bitwave 
+# Contributor: fnord0 
+
+pkgbase=yara
+pkgname=('yara' 'python-yara' 'python2-yara')
+pkgver=3.4.0
+pkgrel=2
+pkgdesc="Tool aimed at helping malware researchers to identify and classify 
malware samples"
+url="https://plusvic.github.io/yara/;
+arch=('i686' 'x86_64')
+license=('Apache')
+makedepends=('openssl' 'file' 'python-setuptools' 'python2-setuptools')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/plusvic/${pkgbase}/archive/v${pkgver}.tar.gz)
+sha512sums=('27286107882c70de6f2c227d5307fbaa97437f8bbb221d4f0fcb17c4935f65ef01e772c18a14eb814727ca1854f5e3f9f219771706d9f4a748ae9433f475d669')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  autoreconf --force --install
+  ./configure --prefix=/usr --with-crypto --enable-magic
+  make
+}
+
+package_yara() {
+  depends=('openssl' 'file')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python-yara() {
+  depends=('python' 'yara')
+  cd ${pkgbase}-${pkgver}/${pkgbase}-python
+  python setup.py install --root="${pkgdir}" -O1
+  install -Dm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+  ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs"
+
+
+}
+
+package_python2-yara() {
+  depends=('python2' 'yara')
+  cd ${pkgbase}-${pkgver}/${pkgbase}-python
+  python2 setup.py install --root="${pkgdir}" -O1
+  install -Dm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+  ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs"
+}
+
+# vim: ts=2 sw=2 et:

Copied: yara/repos/community-x86_64/PKGBUILD (from rev 140017, 
yara/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-13 01:45:33 UTC (rev 140018)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: bitwave 
+# Contributor: fnord0 
+
+pkgbase=yara
+pkgname=('yara' 'python-yara' 'python2-yara')
+pkgver=3.4.0
+pkgrel=2
+pkgdesc="Tool aimed at helping malware researchers to identify and classify 
malware samples"
+url="https://plusvic.github.io/yara/;
+arch=('i686' 'x86_64')
+license=('Apache')
+makedepends=('openssl' 'file' 'python-setuptools' 'python2-setuptools')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/plusvic/${pkgbase}/archive/v${pkgver}.tar.gz)
+sha512sums=('27286107882c70de6f2c227d5307fbaa97437f8bbb221d4f0fcb17c4935f65ef01e772c18a14eb814727ca1854f5e3f9f219771706d9f4a748ae9433f475d669')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  autoreconf --force --install
+  ./configure --prefix=/usr --with-crypto --enable-magic
+  make
+}
+
+package_yara() {
+  depends=('openssl' 'file')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python-yara() {
+  depends=('python' 'yara')
+  cd ${pkgbase}-${pkgver}/${pkgbase}-python
+  python setup.py install --root="${pkgdir}" -O1
+  install -Dm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+  ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs"
+
+
+}
+
+package_python2-yara() {
+  depends=('python2' 'yara')
+  cd ${pkgbase}-${pkgver}/${pkgbase}-python
+  python2 setup.py install --root="${pkgdir}" -O1
+  install -Dm 644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+  ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs"
+}
+
+# vim: ts=2 sw=2 et: