repo.or.cz
/
io
/
quag.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updating built in Io code to use += instead of x = x + y
[io/quag.git]
/
addons
/
TagLib
/
build.io
blob
1b7662b85285e67121613893f43cbff10281c78d
1
AddonBuilder
clone do
(
2
dependsOnLib
(
"tag_c"
)
3
dependsOnHeader
(
"taglib/tag_c.h"
)
4
5
debs
atPut
(
"tag_c"
,
"libtagc0-dev"
)
6
ebuilds
atPut
(
"tag_c"
,
"taglib"
)
7
pkgs
atPut
(
"tag_c"
,
"taglib"
)
8
rpms
atPut
(
"tag_c"
,
"taglib-devel"
)
9
)
10