1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-05 16:41:01 +01:00

* Descriptor templates for the Pan newsreader and all its

dependencies.
This commit is contained in:
Eelco Dolstra 2003-03-20 22:25:01 +00:00
parent cadc3852e4
commit 4c43711810
17 changed files with 157 additions and 0 deletions

5
test/tmpl/aterm-2.0.nix Normal file
View file

@ -0,0 +1,5 @@
# Original sources.
src = ../dist/aterm-2.0.tar.gz
# Build script.
build = ../dist/aterm-build.sh

6
test/tmpl/atk-1.2.0.nix Normal file
View file

@ -0,0 +1,6 @@
pkgconfig <- ./pkgconfig-0.15.0.nix
glib <- ./glib-2.2.1.nix
src = ../dist/atk-1.2.0.tar.bz2
build = ../dist/atk-build.sh

5
test/tmpl/glib-2.2.1.nix Normal file
View file

@ -0,0 +1,5 @@
pkgconfig <- ./pkgconfig-0.15.0.nix
src = ../dist/glib-2.2.1.tar.bz2
build = ../dist/glib-build.sh

6
test/tmpl/gnet-1.1.8.nix Normal file
View file

@ -0,0 +1,6 @@
pkgconfig <- ./pkgconfig-0.15.0.nix
glib <- ./glib-2.2.1.nix
src = ../dist/gnet-1.1.8.tar.gz
build = ../dist/gnet-build.sh

8
test/tmpl/gtk+-2.2.1.nix Normal file
View file

@ -0,0 +1,8 @@
pkgconfig <- ./pkgconfig-0.15.0.nix
glib <- ./glib-2.2.1.nix
atk <- ./atk-1.2.0.nix
pango <- ./pango-1.2.1.nix
src = ../dist/gtk+-2.2.1.tar.bz2
build = ../dist/gtk+-build.sh

10
test/tmpl/pan-0.13.4.nix Normal file
View file

@ -0,0 +1,10 @@
pkgconfig <- ./pkgconfig-0.15.0.nix
glib <- ./glib-2.2.1.nix
atk <- ./atk-1.2.0.nix
pango <- ./pango-1.2.1.nix
gtk <- ./gtk+-2.2.1.nix
gnet <- ./gnet-1.1.8.nix
src = ../dist/pan-0.13.4.tar.bz2
build = ../dist/pan-build.sh

View file

@ -0,0 +1,6 @@
pkgconfig <- ./pkgconfig-0.15.0.nix
glib <- ./glib-2.2.1.nix
src = ../dist/pango-1.2.1.tar.bz2
build = ../dist/pango-build.sh

View file

@ -0,0 +1,3 @@
src = ../dist/pkgconfig-0.15.0.tar.gz
build = ../dist/pkgconfig-build.sh