diff options
author | Jay Freeman <saurik@saurik.com> | 2009-01-09 21:27:40 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-01-09 21:27:40 +0000 |
commit | 53029b56a82952263d3d552c1d1071e6fdf8b0be (patch) | |
tree | fd3753480730b372fc42901ecf6a284f998b1044 /data/pkg-config/make.sh | |
parent | b6cc215090f24beeee8dea371a57423e3299f660 (diff) |
Added automake, autoconf, and pkg-config for Andy Armstrong.
git-svn-id: http://svn.telesphoreo.org/trunk@527 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/pkg-config/make.sh')
-rw-r--r-- | data/pkg-config/make.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/pkg-config/make.sh b/data/pkg-config/make.sh new file mode 100644 index 000000000..592c2643d --- /dev/null +++ b/data/pkg-config/make.sh @@ -0,0 +1,4 @@ +pkg:setup +pkg:configure --with-installed-glib +make +pkg:install |