milis/talimatname/genel/entangled/talimat

16 lines
486 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.

# Description: Entangled, Kademlia'ya dayanan, dağıtılmış bir karma tablo (DHT) ve peer-to-peer tuple alanıdır.
# URL: URL: http://entangled.sourceforge.net/
# Packager: milisarge
# Depends on: python python-twisted python-zope_interface python-cairo python-gtk
name=entangled
version=0.1
release=1
source=(https://sourceforge.net/projects/$name/files/$name/0.1/$name-$version.tar.gz)
build() {
mkdir -p $PKG/usr/share/$name
cp -r entangled-0.1/* $PKG/usr/share/$name/
}