Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
import 'compile/configure'
|
|
|
|
|
|
|
|
name=qbittorrent
|
|
|
|
version=4.0.3
|
|
|
|
update_url='https://www.qbittorrent.org/download.php'
|
|
|
|
|
|
|
|
define_option '!patch: Apply some custom patches'
|
|
|
|
|
|
|
|
dlextract "http://sourceforge.net/projects/$name/files/$name/$name-$version/$name-$version.tar.xz" \
|
|
|
|
'd5296a52cd9a5421420c058ce6d9b41e'
|
|
|
|
option patch extrafile "$name-$version-preview-file-on-double-click.patch"
|
|
|
|
_
|
|
|
|
|
|
|
|
cd "$name-$version"
|
|
|
|
option patch patch -p0 -i "../$name-$version-preview-file-on-double-click.patch"
|
|
|
|
|
|
|
|
compile_configure -I -- --with-qtsingleapplication=shipped
|
|
|
|
make INSTALL_ROOT="$dir_install" install
|
|
|
|
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|