~alpine/aports

testing/enet: new aport v1 APPLIED

VÖRÖSKŐI András <voroskoi@gmail.com>
VÖRÖSKŐI András: 1
 testing/enet: new aport

 1 files changed, 22 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3187/mbox | git am -3
Learn more about email & git

[PATCH] testing/enet: new aport Export this patch

VÖRÖSKŐI András <voroskoi@gmail.com>
http://enet.bespin.org
Reliable UDP networking library.
---
 testing/enet/APKBUILD | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 testing/enet/APKBUILD

diff --git a/testing/enet/APKBUILD b/testing/enet/APKBUILD
new file mode 100644
index 0000000000..098dfcfdd5
--- /dev/null
+++ b/testing/enet/APKBUILD
@@ -0,0 +1,22 @@
# Contributor: VÖRÖSKŐI András <voroskoi@gmail.com>
# Maintainer:
pkgname="enet"
pkgver="1.3.14"
pkgrel=0
pkgdesc="Reliable UDP networking library."
url="http://enet.bespin.org/"
arch="all"
license="MIT"
options="!check" #check is empty
source="http://enet.bespin.org/download/enet-$pkgver.tar.gz"

build() {
	./configure --prefix=/usr
	make
}

package() {
	make DESTDIR=$pkgdir install
}

sha512sums="56011529c02ef085e57c77b7d6b72e5d0e76159ebf94a9980f50c2c8f7ef85a32a163e65d9414dda810fc2204e71c389745e7725a731371e2847a45bd4e18704  enet-1.3.14.tar.gz"
-- 
2.24.1