mid-kid
6 years ago
26 changed files with 70 additions and 57 deletions
@ -1,14 +1,14 @@ |
|||
import 'compile/configure' |
|||
import 'compile/meson' |
|||
|
|||
name=pygobject |
|||
majver=3.25 |
|||
version=$majver.1 |
|||
majver=3.29 |
|||
version=$majver.2 |
|||
|
|||
dlextract "https://download.gnome.org/sources/$name/$majver/$name-$version.tar.xz" \ |
|||
'493319f2a9f5931aee82429b02aba375' |
|||
'bc72d39e4303d94fc0f06b751f5c9a83' |
|||
_ |
|||
|
|||
cd "$name-$version" |
|||
compile_configure -- --without-common |
|||
compile_meson |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
|||
|
@ -0,0 +1,13 @@ |
|||
import 'compile/python' |
|||
|
|||
name=isodate |
|||
version=0.6.0 |
|||
|
|||
dlextract "https://github.com/gweis/$name/archive/$version/$name-$version.tar.gz" \ |
|||
'ca21c5be568663dfa7ff4937bebf1949' |
|||
_ |
|||
|
|||
cd "$name-$version" |
|||
compile_python 3 |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
Loading…
Reference in new issue