diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-19 20:43:06 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-19 20:43:06 +0100 |
commit | 3979ec93c9f427dab4212ecae3facd5d51b68bfd (patch) | |
tree | 353e9e08d3984bfe40c9616a8477f09aec4ce1d9 /acompiler/virtualbox-ext-oracle/Pkgfile | |
parent | c229508b559b50f291c5d8093f12241bf7643eff (diff) | |
download | nutyx-pakxe-3979ec93c9f427dab4212ecae3facd5d51b68bfd.tar.gz nutyx-pakxe-3979ec93c9f427dab4212ecae3facd5d51b68bfd.tar.bz2 nutyx-pakxe-3979ec93c9f427dab4212ecae3facd5d51b68bfd.tar.xz nutyx-pakxe-3979ec93c9f427dab4212ecae3facd5d51b68bfd.zip |
virtualbox-ext-oracle dans extra
Diffstat (limited to 'acompiler/virtualbox-ext-oracle/Pkgfile')
-rwxr-xr-x | acompiler/virtualbox-ext-oracle/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/acompiler/virtualbox-ext-oracle/Pkgfile b/acompiler/virtualbox-ext-oracle/Pkgfile deleted file mode 100755 index fbccb934f..000000000 --- a/acompiler/virtualbox-ext-oracle/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: Extensions USB 2.0 pour virtualbox -# URL: http://www.virtualbox.org -# Maintainer: NutyX core team -# Packager: lesibel at free dot fr - -name=virtualbox-ext-oracle -version=4.0.4 -release=1 -_name=Oracle_VM_VirtualBox_Extension_Pack -_build=70112 - - -source=(http://download.virtualbox.org/virtualbox/$version/${_name}-${version}-${_build}.vbox-extpack) - -build() { - install -D -m 644 $SRC/${_name}-$version-${_build}.vbox-extpack \ - $PKG/usr/share/virtualbox/extensions/${_name}-$version.vbox-extpack -} |