wok-next diff memo/receipt @ rev 19657
Up: xorg-server, xorg-xf86-input-evdev, xorg-xf86-input-synaptics; add: xorg-xf86-input-wacom; remove: xorg-xf86-input-vmmouse.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Mar 04 15:03:03 2017 +0200 (2017-03-04) |
parents | |
children | b278b2018965 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/memo/receipt Sat Mar 04 15:03:03 2017 +0200 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="memo" 1.7 +VERSION="1.0" 1.8 +CATEGORY="office" 1.9 +SHORT_DESC="Memo is a command line, Unix-style note-taking software." 1.10 +MAINTAINER="paul@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +LICENSE="GPL3" 1.13 +WEB_SITE="http://www.ideabyte.net/memo/" 1.14 +WGET_URL="http://www.ideabyte.net/memo/$TARBALL" 1.15 + 1.16 +DEPENDS="ncurses" 1.17 +BUILD_DEPENDS="ncurses-dev" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + make 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + mkdir -p $fs/usr/bin 1.29 + cp -a $src/$PACKAGE $fs/usr/bin 1.30 +} 1.31 +