summaryrefslogtreecommitdiff
path: root/community-staging/enet/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/enet/PKGBUILD')
-rw-r--r--community-staging/enet/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community-staging/enet/PKGBUILD b/community-staging/enet/PKGBUILD
deleted file mode 100644
index 2434a0f40..000000000
--- a/community-staging/enet/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 71656 2012-05-31 16:55:51Z ebelanger $
-# Maintainer: Mateusz Herych <heniekk@gmail.com>
-# Contributor: Bj?indeijer <bjorn@lindeijer.nl>
-
-pkgname=enet
-pkgver=1.3.4
-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")
-md5sums=('e5fb0ca3fd3a9fe7eadbcde4d6af1517')
-
-build() {
- cd "${pkgname}-${pkgver}"
- CFLAGS+="-fPIC" ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}