Date: Tuesday, April 16, 2013 @ 17:07:53
  Author: svenstaro
Revision: 88349

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

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

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

Copied: enet/repos/community-staging-i686/PKGBUILD (from rev 88348, 
enet/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2013-04-16 15:07:53 UTC (rev 88349)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Mateusz Herych <[email protected]>
+# Contributor: Bj?indeijer <[email protected]>
+
+pkgname=enet
+pkgver=1.3.7
+pkgrel=1
+pkgdesc='A relatively thin, simple and robust network communication layer on 
top of UDP.'
+arch=('i686' 'x86_64')
+url='http://enet.bespin.org/'
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=("http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('5611926d47ce0699c8176898496603192d5744e4')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: enet/repos/community-staging-x86_64/PKGBUILD (from rev 88348, 
enet/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-16 15:07:53 UTC (rev 88349)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Mateusz Herych <[email protected]>
+# Contributor: Bj?indeijer <[email protected]>
+
+pkgname=enet
+pkgver=1.3.7
+pkgrel=1
+pkgdesc='A relatively thin, simple and robust network communication layer on 
top of UDP.'
+arch=('i686' 'x86_64')
+url='http://enet.bespin.org/'
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=("http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('5611926d47ce0699c8176898496603192d5744e4')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Reply via email to