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.
 
 
 
 
 

19 lines
583 B

import 'compile/configure'
name=liferea
version=1.12.1
update_url="https://github.com/lwindolf/$name/releases"
define_option '!patch: Apply some custom patches'
dlextract "https://github.com/lwindolf/$name/releases/download/v$version/$name-$version.tar.bz2" \
'243773976223eb34ffd744639f23df99'
option patch extrafile "$name-$version-dont-hide-window.patch"
_
cd "$name-$version"
option patch patch -p0 -i "../$name-$version-dont-hide-window.patch"
compile_configure -- --disable-schemas-compile --disable-static
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: