would you like to overtake the package. I don't use archlinux anymore so I can't test changes to the package?
Search Criteria
Package Details: pem 0.7.9-1
Package Actions
| Package Base: | pem |
|---|---|
| Description: | GNU Pem - A personal expenses manager for the command line |
| Upstream URL: | http://www.gnu.org/pem/ |
| Category: | office |
| Licenses: | |
| Submitter: | Phils3r |
| Maintainer: | Phils3r |
| Last Packager: | None |
| Votes: | 2 |
| First Submitted: | 2011-07-28 23:42 |
| Last Updated: | 2011-11-17 21:50 |
Latest Comments
Comment by Phils3r
Comment by brenton
PKGBUILD should have the following
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr
make || return 1
}
package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
}
Comment by brenton
==> ERROR: Missing package() function