thx deepsoul.
Search Criteria
Package Details: xosview-git 20140409-1
Package Actions
| Package Base: | xosview-git |
|---|---|
| Description: | Displays system stats such as cpu, memory, swap, and network usage |
| Upstream URL: | http://www.pogo.org.uk/~mark/xosview/ |
| Category: | system |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | cyberic |
| Maintainer: | cyberic |
| Last Packager: | cyberic |
| Votes: | 3 |
| First Submitted: | 2012-06-24 22:57 |
| Last Updated: | 2014-09-04 22:45 |
Latest Comments
Comment by cyberic
Comment by deepsoul
The manual page is in /usr/man/man1/man1/ again (or still)... The simplest fix is to remove the explicit assignment of MANDIR from the "make install" line.
Comment by cyberic
Done. Thx.
Comment by deepsoul
Could the manual page be installed in /usr/man/man1/ rather than /usr/man/man1/man1/ ? This looks unintentional, and man can't find it without an explicit path.
Comment by cyberic
updated according to the guidelines.
Comment by laracraft93
Pacman 4.1 supports git sources. Update your pkgbuild.
https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines
Comment by laracraft93
$startdir contains the absolute path to the directory where the PKGBUILD file is located. This variable used to be used in combination with /src or /pkg postfixes, but the use of srcdir and pkgdir variables is the modern method. $startdir/src is not guaranteed to be the same as $srcdir, and likewise for $pkgdir. Use of this variable is deprecated and strongly discouraged.
pkgdir points to the directory where makepkg bundles the installed package, which becomes the root directory of your built package.
https://wiki.archlinux.org/index.php/Creating_Packages