* Converted some more packages.

svn path=/nixpkgs/trunk/; revision=152
This commit is contained in:
Eelco Dolstra
2003-07-12 13:04:41 +00:00
parent ec3b5134c1
commit 0f0a347992
20 changed files with 237 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
#! /bin/sh
export PATH=$pkgconfig/bin:/bin:/usr/bin
envpkgs=$glib
. $setenv
tar xvfj $src || exit 1
cd atk-* || exit 1
./configure --prefix=$out || exit 1
make || exit 1
make install || exit 1
echo $envpkgs > $out/envpkgs || exit 1
+15
View File
@@ -0,0 +1,15 @@
Package(
[ ("name", "atk-1.2.4")
, ("build", Relative("atk/atk-build.sh"))
, ("setenv", Relative("helpers/set-env.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "ftp://ftp.gtk.org/pub/gtk/v2.2/atk-1.2.4.tar.bz2")
, ("md5", "2d6d50df31abe0e8892b5d3e7676a02d")
]))
, ("pkgconfig", IncludeFix("pkgconfig/pkgconfig.fix"))
, ("glib", IncludeFix("glib/glib.fix"))
]
)