#Maintainer: Ejis #Mandatory category=extra/ap pkgname=freenet pkgver=0.7 pkgrel=1 zenver=62 arch=i486 source=("http://downloads.freenetproject.org/alpha/installer/freenet07.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/ejis/$category/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname" "Freenet is free software which lets you publish and obtain information" "on the Internet without fear of censorship. To achieve this freedom," "the network is entirely decentralized and publishers and consumers of" "information are anonymous. Without anonymity there can never be true" "freedom of speech, and without decentralization the network will be" "vulnerable to attack." ) build() { cd $startdir/src/ mkdir -p $startdir/pkg/usr/share cp -rf freenet $startdir/pkg/usr/share/ mkdir $startdir/pkg/usr/bin echo "#!/bin/sh if [[ ! -d ~/.freenet ]]; then mkdir ~/.freenet cp -rf /usr/share/freenet/* ~/.freenet/ fi sh ~/.freenet/run.sh \${1#}" >> $startdir/pkg/usr/bin/freenet.sh chmod 755 $startdir/pkg/usr/bin/freenet.sh } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract') url="http://freenetproject.org" extradepends=('jre') #lessdepends=('dep4' 'dep5' 'dep6') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}