summaryrefslogtreecommitdiffstats
path: root/base/dev/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-11-16 23:33:21 +0100
committertnut <tnut at nutyx dot com>2011-11-16 23:33:21 +0100
commit65dd06c49a6762e5e3ad17dbc8c42e1dbadacafb (patch)
treee0b88b9d31b973d3bbdfa63c887853fb3713d689 /base/dev/Pkgfile
parent11dc24c06c1b89c00eb0178aaada3cc71dcf8bba (diff)
downloadnutyx-extra-65dd06c49a6762e5e3ad17dbc8c42e1dbadacafb.tar.gz
nutyx-extra-65dd06c49a6762e5e3ad17dbc8c42e1dbadacafb.tar.bz2
nutyx-extra-65dd06c49a6762e5e3ad17dbc8c42e1dbadacafb.tar.xz
nutyx-extra-65dd06c49a6762e5e3ad17dbc8c42e1dbadacafb.zip
ajout de dev, bcp plus simple pour packager
Diffstat (limited to 'base/dev/Pkgfile')
-rw-r--r--base/dev/Pkgfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/base/dev/Pkgfile b/base/dev/Pkgfile
new file mode 100644
index 000000000..310c7b36e
--- /dev/null
+++ b/base/dev/Pkgfile
@@ -0,0 +1,14 @@
+# Description: Ce paquet installe tous les outils necessaires à la compilation
+# URL: www.nutyx.org
+# Maintainer: tnut at nutyx dot com
+# Depends on: jdk,cmake,git,spice-protocol,xorg-xcb-proto,xorg-xproto,xorg-xf86bigfontproto,xorg-kbproto,xorg-inputproto,xorg-renderproto,xorg-fixesproto,xorg-damageproto,xorg-randrproto,xorg-xineramaproto,xorg-xf86miscproto,xorg-xcmiscproto,xorg-bigreqsproto,xorg-glproto,xorg-dri2proto,xorg-xf86vidmodeproto,xorg-fontsproto,xorg-xf86driproto,xorg-recordproto,xorg-dmxproto,xorg-videoproto,xorg-resourceproto,xorg-compositeproto,xorg-xf86dgaproto,xorg-scrnsaverproto,xorg-printproto,xorg-xextproto
+# Run on: jdk,cmake,git,spice-protocol,xorg-xcb-proto,xorg-xproto,xorg-xf86bigfontproto,xorg-kbproto,xorg-inputproto,xorg-renderproto,xorg-fixesproto,xorg-damageproto,xorg-randrproto,xorg-xineramaproto,xorg-xf86miscproto,xorg-xcmiscproto,xorg-bigreqsproto,xorg-glproto,xorg-dri2proto,xorg-xf86vidmodeproto,xorg-fontsproto,xorg-xf86driproto,xorg-recordproto,xorg-dmxproto,xorg-videoproto,xorg-resourceproto,xorg-compositeproto,xorg-xf86dgaproto,xorg-scrnsaverproto,xorg-printproto,xorg-xextproto
+
+
+name=dev
+version=1
+release=0
+source=()
+build() {
+ mkdir $PKG/usr
+}