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.
 
 
 
 
 

13 lines
331 B

name=check
version=0.10.0
dlextract "https://sourceforge.net/projects/$name/files/$name/$version/$name-$version.tar.gz" \
"53c5e5c77d090e103a17f3ed7fd7d8b8"
header_end
cd "$name-$version"
PKG_CONFIG= ./configure --prefix=/tools
make; make DESTDIR="$dir_install" install
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: