mid-kid
8 years ago
22 changed files with 165 additions and 26 deletions
@ -0,0 +1,14 @@ |
|||
import 'compile/configure' |
|||
|
|||
name=gifsicle |
|||
version=1.88 |
|||
update_url="https://www.lcdf.org/$name/" |
|||
|
|||
dlextract "https://www.lcdf.org/$name/$name-$version.tar.gz" \ |
|||
'6b1cfb10c35b01ad877f2ae18cca4221' |
|||
header_end |
|||
|
|||
cd "$name-$version" |
|||
compile_configure |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
@ -0,0 +1,15 @@ |
|||
import 'compile/python' |
|||
|
|||
name=appdirs |
|||
version=1.4.3 |
|||
update_url="https://github.com/ActiveState/$name/releases" |
|||
update_names="/archive/$version.tar.gz" |
|||
|
|||
dlextract "https://github.com/ActiveState/$name/archive/$version/$name-$version.tar.gz" \ |
|||
'b0bd73c5dac1bee973e60adcbdcbb5ed' |
|||
header_end |
|||
|
|||
cd "$name-$version" |
|||
compile_python 3 |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
@ -0,0 +1,14 @@ |
|||
import 'compile/python' |
|||
|
|||
name=iso3166 |
|||
version=0.8 |
|||
update_url="https://pypi.python.org/pypi/$name" |
|||
|
|||
dlextract "https://pypi.python.org/packages/46/06/64145b8d6be8474db1f09f6b01a083921c11a4c979d029677c7e943d2433/$name-$version.tar.gz" \ |
|||
'9b7a42df80495fe253d6edd035974128' |
|||
header_end |
|||
|
|||
cd "$name-$version" |
|||
compile_python 3 |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
@ -0,0 +1,15 @@ |
|||
import 'compile/python' |
|||
|
|||
name=iso639 |
|||
version=0.4.5 |
|||
update_url="https://github.com/noumar/$name/releases" |
|||
update_names="/archive/$version.tar.gz" |
|||
|
|||
dlextract "https://github.com/noumar/$name/archive/$version/$name-$version.tar.gz" \ |
|||
'4ecf572a2a14f628f141deb4d257827b' |
|||
header_end |
|||
|
|||
cd "$name-$version" |
|||
compile_python 3 |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
@ -0,0 +1,15 @@ |
|||
import 'compile/python' |
|||
|
|||
name=packaging |
|||
version=16.8 |
|||
update_url="https://github.com/pypa/$name/releases" |
|||
update_names="/archive/$version.tar.gz" |
|||
|
|||
dlextract "https://github.com/pypa/$name/archive/$version/$name-$version.tar.gz" \ |
|||
'02c9a248368c7b9d3236cac349a67825' |
|||
header_end |
|||
|
|||
cd "$name-$version" |
|||
compile_python 3 |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
@ -0,0 +1,14 @@ |
|||
import 'compile/python' |
|||
|
|||
name=pyparsing |
|||
version=2.2.0 |
|||
update_url="https://sourceforge.net/projects/$name/files/$name/" |
|||
|
|||
dlextract "https://sourceforge.net/projects/$name/files/$name/$name-$version/$name-$version.tar.gz" \ |
|||
'0214e42d63af850256962b6744c948d9' |
|||
header_end |
|||
|
|||
cd "$name-$version" |
|||
compile_python 3 |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
@ -0,0 +1,14 @@ |
|||
import 'compile/python' |
|||
|
|||
name=six |
|||
version=1.10.0 |
|||
update_url="https://pypi.python.org/pypi/$name" |
|||
|
|||
dlextract "https://pypi.python.org/packages/b3/b2/238e2590826bfdd113244a40d9d3eb26918bd798fc187e2360a8367068db/$name-$version.tar.gz" \ |
|||
'34eed507548117b2ab523ab14b2f8b55' |
|||
header_end |
|||
|
|||
cd "$name-$version" |
|||
compile_python 3 |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
@ -0,0 +1,35 @@ |
|||
name=corefonts |
|||
version=final |
|||
|
|||
fonts=" |
|||
wd97vwr-efa72d3ed0120a07326ce02f051e9b42 |
|||
webdin-230a1d13a365b22815f502eb24d9149b |
|||
verdan-12d2a75f8156e10607be1eaa8e8ef120 |
|||
trebuc-0d7ea16cac6261f8513a061fbfcdb2b5 |
|||
times-ed39c8ef91b9fb80f76f702568291bd5 |
|||
impact-7907c7dd6684e9bade91cff82683d9d7 |
|||
georgi-4d90016026e2da447593b41a8d8fa8bd |
|||
courie-4e412c772294403ab62fb2d247d85c60 |
|||
comic-2b30de40bb5e803a0452c7715fc835d1 |
|||
arialb-c9089ae0c3b3d0d8c4b0a95979bb9ff0 |
|||
arial-9637df0e91703179f0723ec095a36cb5 |
|||
andale-cbdc2fdd7d2ed0832795e86a8b9ee19a |
|||
" |
|||
for font in $fonts; do |
|||
fontname="$(echo "$font" | cut -d- -f1)" |
|||
checksum="$(echo "$font" | cut -d- -f2)" |
|||
download "https://sourceforge.net/projects/$name/files/the%20fonts/$version/${fontname}32.exe" \ |
|||
"$checksum" |
|||
done |
|||
header_end |
|||
|
|||
mkdir -p "$dir_install/$dir_prefix/$dir_datadir/fonts/TTF" |
|||
|
|||
for font in $fonts; do |
|||
fontname="$(echo "$font" | cut -d- -f1)" |
|||
extract "${fontname}32.exe" \ |
|||
"$dir_install/$dir_prefix/$dir_datadir/fonts/TTF" \ |
|||
'cabextract -q -F *.ttf -d {dst} {src}' |
|||
done |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
Loading…
Reference in new issue