18 lines
436 B
Plaintext
18 lines
436 B
Plaintext
# Description: A patched version of xorg's transset
|
|
# URL: https://forchheimer.se/transset-df
|
|
# Maintainer: Stamatin Cristina, dear dot volgk at gmail dot com
|
|
# Depends on: xorg-libxcomposite xorg-libxdamage xorg-libxrender
|
|
|
|
name=transset-df
|
|
version=6
|
|
release=1
|
|
source=(https://forchheimer.se/$name/$name-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
make CFLAGS="$CFLAGS -Wall"
|
|
|
|
install -Dm755 $name $PKG/usr/bin/$name
|
|
}
|