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.
14 lines
318 B
14 lines
318 B
import 'compile/cmake'
|
|
|
|
name=kicad
|
|
majver=4.0
|
|
version=$majver.7
|
|
|
|
dlextract "https://launchpad.net/$name/$majver/$version/+download/$name-$version.tar.xz" \
|
|
'af3ee2e40c25f1c01b92cd27c1a1b180'
|
|
_
|
|
|
|
cd "$name-$version"
|
|
compile_cmake -- -DKICAD_SKIP_BOOST=ON
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|
|
|