diff --git a/Manual.md b/Manual.md index 7bf20d254d2..d35acfefa59 100644 --- a/Manual.md +++ b/Manual.md @@ -120,15 +120,15 @@ Example: python-pam, perl-URI, python-pyside #### Language Bindings -Language Bindings are similiar to Language Modules described above. They're -main difference is that bindings are loosely coupled to that language. +Language Bindings are packages which allow programs or libraries to have +extensions or plugins written in a certian language. The naming convention to those packages is: ``` - ``` -Example: kde-python, gimp-python, irssi-perl +Example: gimp-python, irssi-perl #### Programs @@ -216,9 +216,9 @@ The following variables are defined by `xbps-src` and can be used on any templat - `sourcepkg` Set to the to main package name, can be used to match the main package rather than additional binary package names. -- `CHROOT_READY` True if the target chroot (masterdir) is ready for chroot builds. +- `CHROOT_READY` Set if the target chroot (masterdir) is ready for chroot builds. -- `CROSS_BUILD` True if `xbps-src` is cross compiling a package. +- `CROSS_BUILD` Set if `xbps-src` is cross compiling a package. - `DESTDIR` Full path to the fake destdir used by the source pkg, set to `/destdir/${sourcepkg}-${version}`. diff --git a/srcpkgs/iodine-server b/srcpkgs/iodine-server new file mode 120000 index 00000000000..acf42dd5a3d --- /dev/null +++ b/srcpkgs/iodine-server @@ -0,0 +1 @@ +iodine \ No newline at end of file