mirror of
https://github.com/kenzok8/small-package
synced 2025-09-20 19:11:30 +08:00
update-02.21
This commit is contained in:
@ -1,15 +1,12 @@
|
||||
# Copyright (C) 2021 ImmortalWrt
|
||||
# <https://immortalwrt.org>
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v3.
|
||||
# See /LICENSE for more information.
|
||||
# SDPX-License-Identifier: GPL-3.0-only
|
||||
#
|
||||
# Copyright (C) 2021-2022 ImmortalWrt.org
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=amule
|
||||
PKG_VERSION:=2.3.3
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/amule-project/amule/tar.gz/$(PKG_VERSION)?
|
||||
@ -31,8 +28,9 @@ define Package/amule
|
||||
CATEGORY:=Network
|
||||
TITLE:=A multi-platform eMule-like ed2k client
|
||||
URL:=http://www.amule.org/
|
||||
DEPENDS:=+libpng +libpthread +libncurses +libreadline +libwxbase +libupnp +libbfd \
|
||||
$(ICONV_DEPENDS) $(INTL_DEPENDS) +!AMULE_CRYPTOPP_STATIC_LINKING:libcryptopp
|
||||
DEPENDS:=+antileech +libpng +libpthread +libncurses +libreadline +libwxbase \
|
||||
+libupnp +libbfd $(ICONV_DEPENDS) $(INTL_DEPENDS) \
|
||||
+!AMULE_CRYPTOPP_STATIC_LINKING:libcryptopp
|
||||
endef
|
||||
|
||||
define Package/amule/config
|
||||
|
@ -159,7 +159,8 @@ amule() {
|
||||
fi
|
||||
|
||||
procd_add_jail amule log
|
||||
procd_add_jail_mount_rw $config_file
|
||||
procd_add_jail_mount /usr/bin/amulecmd /usr/bin/amuleweb /usr/share/amule/
|
||||
procd_add_jail_mount_rw $config_dir
|
||||
procd_add_jail_mount_rw $incoming_dir
|
||||
procd_add_jail_mount_rw $temp_dir
|
||||
procd_close_instance
|
||||
|
File diff suppressed because one or more lines are too long
@ -5366,6 +5366,7 @@ bt1.patexplorer.com
|
||||
btagmedia.com
|
||||
btbalex.cn
|
||||
btcadtop.com
|
||||
bte.ink
|
||||
btez8.xyz
|
||||
btgndarx.xyz
|
||||
btjqldwrhaecrto.top
|
||||
@ -9629,6 +9630,7 @@ fcunq.com
|
||||
fd555b2faf5a40c.com
|
||||
fd7c.com
|
||||
fd7qz88ckd.com
|
||||
fdasew.top
|
||||
fdelphaswcealifornica.com
|
||||
fdf4.com
|
||||
fdfgf.cc
|
||||
@ -10629,6 +10631,7 @@ gharnt.com
|
||||
ghcncwmm.com
|
||||
ghghgf.51dongshi.com
|
||||
ghkjnrgqmmoa.xyz
|
||||
ghmsrxt.cn
|
||||
ghnmg.top
|
||||
ghosthis.review
|
||||
ghsmfmjcicgup.com
|
||||
@ -13753,8 +13756,10 @@ keywordpop.com
|
||||
keywordsconnect.com
|
||||
keyyou.net
|
||||
kf.qingwk.com
|
||||
kf3.xyz
|
||||
kf3msfm.com
|
||||
kfd3sm2c.com
|
||||
kfir.club
|
||||
kfluoa.com
|
||||
kfuiprtjuqntp.com
|
||||
kfweo2.com
|
||||
@ -14013,6 +14018,7 @@ kuaidibox.cn
|
||||
kuaidube.cn
|
||||
kuaipaobiaoju.com
|
||||
kuaishang.com.cn
|
||||
kuaiyunbd.com
|
||||
kuajingtao.cc
|
||||
kuangbang.ltd
|
||||
kubicserves.icu
|
||||
@ -20242,6 +20248,7 @@ ruibokeji.cn
|
||||
ruif.xyz
|
||||
ruigezx.com
|
||||
ruiy.shop
|
||||
ruiyijy.xyz
|
||||
rujioimped.xyz
|
||||
rukoval.com
|
||||
rulejanuary.com
|
||||
@ -22215,6 +22222,7 @@ t58b.com
|
||||
t5lxz7dtq4iz.com
|
||||
t5wm.cc
|
||||
t6ibq24c5.com
|
||||
t6q6187.cn
|
||||
t70123.com
|
||||
tabici.com
|
||||
tablesseed.com
|
||||
@ -23616,6 +23624,7 @@ umihecd.cn
|
||||
umis.top
|
||||
umm6.cn
|
||||
umtnycoscl.xyz
|
||||
umvspj.cn
|
||||
un.ubaike.cn
|
||||
un1.lawyernet.cn
|
||||
unableincludingrow.com
|
||||
@ -23866,6 +23875,7 @@ uuu88.top
|
||||
uuwhg.com
|
||||
uuybnrimdyg.com
|
||||
uuydabxaindfsb.xyz
|
||||
uuywe.top
|
||||
uvclick.com
|
||||
uvertauh.com
|
||||
uvkdwmdcnwa.com
|
||||
|
@ -6,7 +6,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=shadowsocks-rust
|
||||
PKG_VERSION:=1.13.2
|
||||
PKG_VERSION:=1.13.3
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE_HEADER:=shadowsocks-v$(PKG_VERSION)
|
||||
|
Reference in New Issue
Block a user