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=liferea
|
|
|
|
version=1.12.4
|
|
|
|
|
|
|
|
define_option '!patch: Apply some custom patches'
|
|
|
|
|
|
|
|
dlextract "https://github.com/lwindolf/$name/releases/download/v$version/$name-$version.tar.bz2" \
|
|
|
|
'862cd7f6920ef3dfc1bc98c9930da5b4'
|
|
|
|
option patch extrafile "$name-1.12.1-dont-hide-window.patch"
|
|
|
|
_
|
|
|
|
|
|
|
|
cd "$name-$version"
|
|
|
|
option patch patch -p0 -i "../$name-1.12.1-dont-hide-window.patch"
|
|
|
|
|
|
|
|
compile_configure -- --disable-schemas-compile --disable-static
|
|
|
|
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|