milis/talimatname/genel/t/tsocks/talimat

25 lines
701 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Transparan SOCKS vekil kütüphanesi (ipv6 destekli)
# URL: https://github.com/Elysion-tcfa/tsocks
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=tsocks
surum=1.8beta6
devir=1
GIT_COMMIT=be36c83a7326c75123fa019a4cb53792ecd8f689
kaynak=(https://github.com/Elysion-tcfa/tsocks/archive/${GIT_COMMIT}.tar.gz
fix-mkinstalldirs.patch)
derle(){
cd "${SRC}/tsocks-${GIT_COMMIT}"
export CPPFLAGS=
patch -p1 < ../fix-mkinstalldirs.patch
./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --libdir=/usr/lib
make
make DESTDIR="${PKG}" install
install -d "${PKG}/usr/share/${isim}"
install -m644 tsocks.conf.{simple,complex}.example "${PKG}/usr/share/${isim}"
}