-
-
Save Gottox/5a8e66abcca5c5c5e9e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Manual.md b/Manual.md | |
index 7bf20d2..d35acfe 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: | |
``` | |
<name>-<language> | |
``` | |
-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 | |
`<masterdir>/destdir/${sourcepkg}-${version}`. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment