smlinux/xorg/xbitmaps/xbitmaps.SMBuild

33 lines
698 B
Text

# Maintainer: PktSurf <smlinux@pktsurf.in>
app=xbitmaps
version=1.1.3
build=1sml
homepage="https://xorg.freedesktop.org/"
download="https://xorg.freedesktop.org/releases/individual/data/xbitmaps-$version.tar.xz"
requires="xorg-macros"
desc="X.org Bitmap files"
prepbuilddir() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
}
build() {
./configure \
--prefix=/usr
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
4cba1ab4602233963a4e3ca8dee8087bc8cf1aaf3f7131b776cb7661651990986e74e764004fef1c09b53a640fff1cec860b48a6d342b09716a7047145428651 xbitmaps-1.1.3.tar.lz
"