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=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
|
|
|
|
|
|
|
|
autoreconf -i
|
|
|
|
compile_configure -- --disable-static
|
|
|
|
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|