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.
20 lines
644 B
20 lines
644 B
8 years ago
|
import "compile/configure"
|
||
|
|
||
|
name=libxdg-basedir
|
||
|
version=1.2.0
|
||
|
update_url="https://github.com/devnev/$name/releases"
|
||
|
|
||
|
dlextract "https://github.com/devnev/$name/archive/$name-$version.tar.gz" \
|
||
|
'bd3bb815c9e27fda9c721b9c0b29ddda'
|
||
|
dlfile "https://git.archlinux.org/svntogit/community.git/plain/trunk/xdgGetRelativeHome-overflow.patch?h=packages/$name&id=0c117e8e0b8ad642872e29a6b1342e714375db05" \
|
||
|
'2a3670ec13357c4e3c8d55f07d1ec699'
|
||
|
header_end
|
||
|
|
||
|
cd "$name-$name-$version"
|
||
|
patch -p0 -i ../xdgGetRelativeHome-overflow.patch
|
||
|
|
||
8 years ago
|
autoreconf -fi
|
||
8 years ago
|
compile_configure -- --disable-static
|
||
|
|
||
8 years ago
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|