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.

26 lines
714 B

import 'compile/configure'
import 'misc/debian'
name=libxdg-basedir
version=1.2.0
misc_debian_download -O 1 \
'f76241c6490b3089aef5112bade4c6e5'
dlextract "https://github.com/devnev/$name/archive/$name-$orig_version.tar.gz" \
'bd3bb815c9e27fda9c721b9c0b29ddda'
_
cd "$name-$name-$orig_version"
extract "${name}_$version.debian.tar.xz"
misc_debian_patch
autoreconf -fi
compile_configure -- --disable-static
# Install docs
mkdir -p "$dir_install/$dir_prefix/$dir_doc/$name"
sed -i -e "/^OUTPUT_DIRECTORY/cOUTPUT_DIRECTORY = $(safe_sed "$dir_install/$dir_prefix/$dir_doc/$name")" debian/doxygen.cfg
doxygen debian/doxygen.cfg
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: