diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-13 18:40:56 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-13 18:40:56 +0200 |
commit | 9622b5c0216bd05a92946c79d8ae5dda54cbffc7 (patch) | |
tree | 843604bbbc2c8239c8f0db4f3a729b0ab27bd316 /base/dev | |
parent | ce43063b702d3bbe73039b1b35dc2fa451d658c5 (diff) | |
download | nutyx-pakxe-9622b5c0216bd05a92946c79d8ae5dda54cbffc7.tar.gz nutyx-pakxe-9622b5c0216bd05a92946c79d8ae5dda54cbffc7.tar.bz2 nutyx-pakxe-9622b5c0216bd05a92946c79d8ae5dda54cbffc7.tar.xz nutyx-pakxe-9622b5c0216bd05a92946c79d8ae5dda54cbffc7.zip |
ajout de dev#2010-1NuTyX2010-rc1
Diffstat (limited to 'base/dev')
-rw-r--r-- | base/dev/.footprint | 1 | ||||
-rw-r--r-- | base/dev/.md5sum | 0 | ||||
-rw-r--r-- | base/dev/Pkgfile | 15 |
3 files changed, 16 insertions, 0 deletions
diff --git a/base/dev/.footprint b/base/dev/.footprint new file mode 100644 index 000000000..9c4dffa87 --- /dev/null +++ b/base/dev/.footprint @@ -0,0 +1 @@ +drwxr-xr-x root/root usr/ diff --git a/base/dev/.md5sum b/base/dev/.md5sum new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/base/dev/.md5sum diff --git a/base/dev/Pkgfile b/base/dev/Pkgfile new file mode 100644 index 000000000..4205e1a9c --- /dev/null +++ b/base/dev/Pkgfile @@ -0,0 +1,15 @@ +# Description: Installe tous les paquets nécessaires pour le développement de paquets +# URL: http://www.nutyx.org/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: ant, autoconf, autogen, automake, bison, cvs, dejagnu, diffutils, texinfo, expect, flex, gcc, groff, guile, gettext, less, libarchive, libtool, m4, make, cmake, man-db, mktemp, nasm, neon, perl, patch, pkg-config, python, ruby, tcl, tk, yasm, automoc4, docbook-xml, docbook-xsl, ctags, xorg-bigreqsproto, xorg-compositeproto, xorg-damageproto, xorg-dmxproto, xorg-dri2proto, evieext, xorg-fixesproto, xorg-fontsproto, xorg-glproto, xorg-inputproto, xorg-kbproto, xorg-printproto, xorg-randrproto, xorg-recordproto, xorg-renderproto, xorg-resourceproto, xorg-scrnsaverproto, xorg-trapproto, xorg-videoproto, xorg-xcmiscproto, xorg-xextproto, xorg-xf86bigfontproto, xorg-xf86dgaproto, xorg-xf86driproto, xorg-xf86miscproto, xorg-xf86rushproto, xorg-xf86vidmodeproto, xorg-xineramaproto, xorg-xproto + +name=dev +version=2010 +release=1 +source=() + +build() { + mkdir $PKG/usr +} + |