Package Details: pem 0.7.9-1

Package Base: pem
Description: GNU Pem - A personal expenses manager for the command line
Upstream URL: http://www.gnu.org/pem/
Category: office
Licenses: GPL3
Submitter: Phils3r
Maintainer: Phils3r
Last Packager: None
Votes: 2
First Submitted: 2011-07-28 23:42
Last Updated: 2011-11-17 21:50

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by Phils3r

2015-01-25 17:06

would you like to overtake the package. I don't use archlinux anymore so I can't test changes to the package?

Comment by brenton

2015-01-25 16:57

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

2015-01-25 16:46

==> ERROR: Missing package() function