wok-next view fzy/receipt @ rev 19811
Up btrfs-progs, fuse, gtkmm, gtkmm-dev, jfsutils, libaal, libacpi, libaio, libarchive, libart_lgpl, libass, libbonoboui, libcddb, libcdio, libconfig, libcroco, libcss, libparserutils, libwapcaplet, slitaz-i18n-extra; (re)move locale-*-extra -> slitaz-i18n-extra; add netsurf-buildsystem.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jul 20 00:33:52 2017 +0300 (2017-07-20) |
parents | b05433a98d60 |
children | 24a54f99ff54 |
line source
1 # SliTaz package receipt.
3 PACKAGE="fzy"
4 VERSION="0.7"
5 CATEGORY="utilities"
6 SHORT_DESC="A fast, simple fuzzy finder."
7 MAINTAINER="paul@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="https://github.com/jhawthorn/fzy"
10 WGET_URL="git|git://github.com/jhawthorn/fzy"
12 DEPENDS=""
13 BUILD_DEPENDS="git bzip2"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 make
19 make PREFIX=/usr DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/bin $fs/usr
27 }