mid-kid
8 years ago
1 changed files with 17 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||
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 et: |
Loading…
Reference in new issue