Updated, thanks.
Search Criteria
Package Details: xor 0.2-2
Package Actions
| Package Base: | xor |
|---|---|
| Description: | Simple xor cli application written in c by Luigi Auriemma |
| Upstream URL: | http://aluigi.org |
| Category: | system |
| Licenses: | |
| Submitter: | jskier |
| Maintainer: | jskier |
| Last Packager: | jskier |
| Votes: | 0 |
| First Submitted: | 2014-07-02 15:24 |
| Last Updated: | 2015-03-07 17:06 |
Latest Comments
Comment by jskier
Comment by fang0654
Throws up an error about missing the package() section.
Easy fix is to move the last two lines (the mkdir and mv) out of the build() section, and make:
package() {
mkdir -p ${pkgdir}/usr/bin
mv xor ${pkgdir}/usr/bin/
}
It then compiles and installs fine.