Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: amule-11066
@ 2020-12-06 21:06 hazayan
  2020-12-06 22:40 ` hazayan
                   ` (46 more replies)
  0 siblings, 47 replies; 48+ messages in thread
From: hazayan @ 2020-12-06 21:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

There is a new pull request by hazayan against master on the void-packages repository

https://github.com/hazayan/void-packages amule
https://github.com/void-linux/void-packages/pull/26999

New package: amule-11066


A patch file from https://github.com/void-linux/void-packages/pull/26999.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-amule-26999.patch --]
[-- Type: text/x-diff, Size: 1714 bytes --]

From 8f9e72bb88a039696f114ee1e9a3bc524c2cf4a6 Mon Sep 17 00:00:00 2001
From: Yassine Labidi <yassine.labidi@gmail.com>
Date: Sun, 6 Dec 2020 16:05:44 -0500
Subject: [PATCH] New package: amule-11066

---
 srcpkgs/amule/template | 46 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
 create mode 100644 srcpkgs/amule/template

diff --git a/srcpkgs/amule/template b/srcpkgs/amule/template
new file mode 100644
index 00000000000..3e458b6f8af
--- /dev/null
+++ b/srcpkgs/amule/template
@@ -0,0 +1,46 @@
+# Template file for 'amule'
+pkgname=amule
+version=11066
+revision=1
+archs="x86_64"
+create_wrksrc=yes
+hostmakedepends="git pkg-config wxWidgets-gtk3"
+makedepends="boost-devel zlib-devel wxWidgets-gtk3-devel gd-devel geoip-devel libupnp-devel crypto++-devel"
+depends="wxWidgets-gtk3-devel gd-devel geoip-devel libupnp-devel crypto++-devel"
+short_desc="Emule-like client for the eD2k and Kademlia networks"
+maintainer="hazyan <hazayan@hotmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://repo.or.cz/amule"
+
+do_fetch() {
+	git clone git://repo.or.cz/amule.git --branch="amule-svn-r${version}" "${wrksrc}"
+	cd "${wrksrc}"
+}
+
+do_build() {
+	ln -s /usr/bin/wx-config-gtk3 /usr/bin/wx-config
+	./configure --prefix=/usr \
+		--mandir=/usr/share/man \
+		--enable-cas \
+		--enable-wxcas \
+		--enable-amule-daemon \
+		--enable-amulecmd \
+		--enable-amule-gui \
+		--enable-alc \
+		--enable-alcc \
+		--enable-webserver \
+		--disable-debug \
+		--enable-optimize \
+		--enable-geoip \
+		--disable-upnp \
+		--enable-fileview \
+		--with-boost
+	make CC=$CC ${makejobs}
+}
+
+do_install() {
+	vbin src/amule
+	vbin src/amuled
+	vbin src/amulecmd
+	vbin src/amulegui
+}

^ permalink raw reply	[flat|nested] 48+ messages in thread

end of thread, other threads:[~2022-05-16  2:07 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-06 21:06 [PR PATCH] New package: amule-11066 hazayan
2020-12-06 22:40 ` hazayan
2020-12-06 22:52 ` Duncaen
2020-12-06 23:16 ` hazayan
2020-12-06 23:17 ` hazayan
2020-12-06 23:25 ` Duncaen
2020-12-06 23:28 ` hazayan
2020-12-08  1:21 ` [PR PATCH] [Updated] " hazayan
2020-12-08  1:28 ` ylabidi
2020-12-08  2:47 ` ylabidi
2020-12-08  3:32 ` fosslinux
2020-12-08 11:44 ` [PR REVIEW] " Duncaen
2020-12-08 11:46 ` Duncaen
2020-12-08 11:47 ` Duncaen
2020-12-08 11:47 ` Duncaen
2020-12-08 11:48 ` Duncaen
2020-12-09  1:57 ` [PR PATCH] [Updated] " hazayan
2020-12-09  1:58 ` [PR REVIEW] " ylabidi
2020-12-09  1:59 ` ylabidi
2020-12-09  2:01 ` ylabidi
2020-12-09  2:01 ` ylabidi
2020-12-09  2:02 ` ylabidi
2020-12-09  2:03 ` ylabidi
2020-12-09  2:04 ` ylabidi
2020-12-09  2:09 ` ylabidi
2020-12-09 23:06 ` Piraty
2020-12-09 23:11 ` Piraty
2020-12-09 23:14 ` ylabidi
2020-12-09 23:14 ` Duncaen
2020-12-09 23:16 ` [PR REVIEW] " ylabidi
2020-12-09 23:17 ` ylabidi
2020-12-09 23:17 ` ylabidi
2020-12-09 23:18 ` ylabidi
2020-12-09 23:18 ` ylabidi
2020-12-09 23:18 ` ylabidi
2020-12-09 23:20 ` hazayan
2020-12-09 23:25 ` Duncaen
2020-12-09 23:30 ` hazayan
2020-12-09 23:30 ` hazayan
2020-12-09 23:42 ` [PR PATCH] [Updated] " hazayan
2020-12-09 23:42 ` [PR REVIEW] " hazayan
2020-12-09 23:43 ` hazayan
2020-12-09 23:59 ` [PR PATCH] [Updated] New package: amule-0.0.20201210 hazayan
2021-02-28  3:00 ` hazayan
2021-03-04 20:30 ` Piraty
2021-06-14 20:00 ` Piraty
2022-05-01  2:14 ` github-actions
2022-05-16  2:07 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).