Skip to content
Snippets Groups Projects
Commit 775e621e authored by Natanael Copa's avatar Natanael Copa
Browse files

x11/xbitmap: new aport

X.org header files with bitmaps
parent c49ca515
No related branches found
No related tags found
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xbitmaps
pkgver=1.0.1
pkgrel=0
pkgdesc="X.org header files with bitmaps"
url="http://xorg.freedesktop.org/"
license="custom"
depends=""
makedepends="pkgconfig"
source="http://xorg.freedesktop.org/releases/individual/data/$pkgname-$pkgver.tar.bz2"
build ()
{
cd "$srcdir"/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR="$pkgdir" install || return 1
}
md5sums="b28a9840cde3c38d7c09716372fea257 xbitmaps-1.0.1.tar.bz2"
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