Package Details: klicknmenu 0.1-1

Package Base: klicknmenu
Description: klicknmenu is x11-based lightweight menu application
Upstream URL: http://github.com/seokbeomKim/klicknmenu
Category: x11
Licenses: MIT
Submitter: chaoxifer
Maintainer: chaoxifer
Last Packager: None
Votes: 2
First Submitted: 2013-09-17 09:56
Last Updated: 2013-09-18 04:51

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by chaoxifer

2013-09-18 04:52

Thanks to reply.
I fix it by making install executable file manually.

Comment by pio

2013-09-17 12:25

It failed while trying to install directly to /usr/bin. This can be used instead of 'make install' :
sed -i 's/\/usr\/bin/$(DESTDIR)\/usr\/bin/g' Makefile
install -d "$pkgdir/usr/bin"
make DESTDIR=$pkgdir install

To make it more correct, since it's MIT, license should be copied to /usr/share/licenses/$pkgname
and perhaps .klicknmenu.example file should be copied to /usr/share/$pkgname and user should be notified of this...