Skip to content
Snippets Groups Projects
Commit 31afc20c authored by Andrew Manison's avatar Andrew Manison Committed by Natanael Copa
Browse files

testing/imake: Added new package to testing repository

(cherry picked from commit 8236cfc0)
parent e15b3ddf
No related branches found
No related tags found
No related merge requests found
# Contributor:
# Maintainer:
pkgname=imake
pkgver=1.0.4
pkgrel=0
pkgdesc="X Windows make utility"
url="http://www.x.org"
arch="all"
license="custom"
depends=
depends_dev=
makedepends="xproto util-macros $depends_dev"
install=""
#subpackages="$pkgname-dev $pkgname-doc"
source="http://ftp.x.org/pub/individual/util/$pkgname-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
local i
cd "$_builddir"
for i in $source; do
case $i in
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
}
build() {
cd "$_builddir"
./configure || make || return 1
}
package() {
echo "PACKAGE stage"
echo "pkgdir = $pkgdir"
cd "$_builddir"
pwd
make DESTDIR="$pkgdir" install || return 1
}
md5sums="0fd1e53d94142ddee5340f87de0b9561 imake-1.0.4.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment