### this file is sourced not run

# source: step
pkgname=agrep # for SLACKDESC
PKGVER=0.8.0
PKGBUILD=1
PKGARCH=x86_64

TARBALL=tre-$PKGVER.tar.gz # shared with pkg/libtre
MD5SUM=2fd70fa65cb8e5d6b6b99f6e4a4b8913
SRC_URL=http://laurikari.net/tre/$TARBALL
BUNDLE=

SLACKREQ='libtre'
SLACKDESC="$pkgname: $pkgname $PKGVER with agrep (approximate regex matching tool)
$pkgname: agrep (approximate grep) is a command line tool
$pkgname: for approximate regexp matching in the style of grep.
$pkgname:
$pkgname: BSD-style license.
$pkgname:
$pkgname:
$pkgname:
$pkgname:
$pkgname: http://laurikari.net/tre/
$pkgname: https://github.com/laurikari/tre
"

### default pkg_download
### default pkg_prepare
### default pkg_build
pkg_package() {
  rm -r \
    usr/include/tre \
    usr/lib64/pkgconfig/tre.pc \
    usr/lib64/libtre.*
}

# vim: ft=sh:
