view README.md @ 900:ae384a384279

audio/speexdsp: initial import, closes #2201
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 20:40:00 +0200
parents 6b4ba668a43c
children a133976e0783
line wrap: on
line source

Vanilla Linux
=============

Welcome to the Vanilla Linux source tree. This directory contains scripts to
build precompiled packages for Vanilla Linux.

Usage
=====

To build a script, go to the desired directory and use `vpk build`.

Example with zlib:

	$ cd compression/zlib
	$ vpk download
	$ vpk build

Then if build succeeded, you may install the package in /tmp/vpk/pkg.

	$ vpk install /tmp/vpk/zlib*.txz

Options
=======

Check the variable *PKGOPTIONS* in the build script file, if there is one it
means the package is configurable with options.

Specify environment variables before calling `vpk build`.

Example:

    $ PULSEAUDIO=no vpk build

Note: boolean options are set using *no* and *yes* (case sensitive).

Categories
==========

Available package categories:

- *audio*: everything related to audio from music player to editors
- *core*: packages that are usually installed in a minimal system
- *desktop*: miscellaneous desktop applications
- *dev*: development, compilers and debuggers
- *editors*: text file editors
- *emulators*: game or machine emulators
- *games*: games and toys
- *haskell*: haskell packages and interpreters
- *kde*: the plasma desktop
- *lib*: packages with only libraries
- *mate*: the mate desktop
- *misc*: miscellaneous packages
- *network*: network tools and applications
- *office*: office suites and PIM
- *perl*: perl packages and interpreters
- *python*: python packages and interpreters
- *ruby*: ruby packages and interpreters
- *system*: system administration and tools
- *tcl*: tcl packages and interpreters
- *video*: video manipulation
- *wm*: window managers
- *www*: web libraries and tools
- *xfce*: the XFCE desktop
- *x11*: the X distribution