first commit
This commit is contained in:
3
src/lxappearance-obconf/.gitignore
vendored
Normal file
3
src/lxappearance-obconf/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.cache/
|
||||
dist/
|
||||
root/
|
2
src/lxappearance-obconf/changes.md
Normal file
2
src/lxappearance-obconf/changes.md
Normal file
@ -0,0 +1,2 @@
|
||||
# 0.2.3
|
||||
First version
|
16
src/lxappearance-obconf/pkg.sh
Normal file
16
src/lxappearance-obconf/pkg.sh
Normal file
@ -0,0 +1,16 @@
|
||||
NAME="lxappearance-obconf"
|
||||
DESC="Plugin for LXAppearance to configure openbox"
|
||||
VERSION="0.2.3"
|
||||
FILES=("https://downloads.sourceforge.net/lxde/lxappearance-obconf-$VERSION.tar.xz")
|
||||
HASHES=("ae0076d489aa786f5d573f7ff592a4ab")
|
||||
DEPENDS=("lxappearance" "openbox")
|
||||
|
||||
PACKAGE() {
|
||||
tar xf $NAME-$VERSION.tar.xz
|
||||
cd $NAME-$VERSION
|
||||
|
||||
./configure --prefix=/usr --disable-static
|
||||
make && make DESTDIR="$ROOTDIR" install
|
||||
|
||||
cd .. && rm -r $NAME-$VERSION
|
||||
}
|
Reference in New Issue
Block a user