# Maintainer: Icaro Perseo pkgname=dukto pkgver=6.0 pkgrel=1rvm source=("https://build.opensuse.org/source/home:colomboem/$pkgname/$pkgname-$pkgver.tar.gz") sourcetemplate="http://people.salixos.org/icaroperseo/14.1/n/$pkgname" url="http://www.msec.it/blog/?page_id=11" slackdesc=\ ( #|-----handy-ruler---------------------------------------------------| "dukto (Easy multi-platform file and text transfer tool)" "Dukto is an easy file transfer tool designed for LAN use. You can" "use it to transfer files from one PC to another, without worrying" "about users, permissions, operating systems, protocols, clients," "servers and so on... Just start dukto on the two PCs and transfer" "files and folders by dragging onto it's window." ) build() { # Acceding to the working directory. cd $startdir/src/$pkgname-$pkgver qmake \ QMAKE_CFLAGS+="$SLKCFLAGS" \ QMAKE_CXXFLAGS+="$SLKCFLAGS" \ dukto.pro DESTDIR=$startdir/pkg/usr/bin make || return 1 make install INSTALL_ROOT=$startdir/pkg # Removing unnecessary files. rm -rf $startdir/pkg/opt }