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.

18 lines
694 B

import 'compile/configure'
name=pidgin-libnotify
version=0.14
update_url="https://sourceforge.net/projects/gaim-libnotify/files/$name/"
update_names="/files/$name/$name-$version/"
dlextract "https://sourceforge.net/projects/gaim-libnotify/files/$name/$name-$version/$name-$version.tar.gz" \
'bfb5368b69c02d429b2b17c00a6673c0'
dlfile "https://git.archlinux.org/svntogit/community.git/plain/trunk/pidgin-libnotify-0.14-libnotify-0.7.patch?h=packages/$name&id=4c6a9d12d0ffce3bfa86331a0da4f1ba0a48c30c"
header_end
cd "$name-$version"
patch -p0 -i ../pidgin-libnotify-0.14-libnotify-0.7.patch
compile_configure -- --disable-static
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: