30 lines
663 B
Text
Executable file
30 lines
663 B
Text
Executable file
app=imake
|
|
version=1.0.8
|
|
build=1sml
|
|
homepage="https://xorg.freedesktop.org/"
|
|
download="https://xorg.freedesktop.org/archive/individual/util/imake-$version.tar.gz"
|
|
desc="X.Org imake program and related utilities"
|
|
requires="perl xorgproto xorg-macros"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix=""
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
fccc56a55f30dd569126ea7e86f748a4321205ec8600c424478f02812046cec2cf3058fae64f6c348b6e7d8dfe6180932377b0a6ddcfa5f0a158b530c20e8e06 imake-1.0.8.tar.gz
|
|
"
|