wmxkb: removed junk (strange, I didn't notice that before)
This commit is contained in:
parent
41bef1f9a3
commit
cfacf0837e
@ -1 +1,2 @@
|
||||
94ffa0bd8ecc317a71e837bcc7662a49 wmxkb-1.2.2.tar.gz
|
||||
713aabb4fcb6e8073d519643e571899a wmxkb-makefile.diff
|
||||
|
@ -1,15 +1,17 @@
|
||||
# Description: Shows and controls XKB groups
|
||||
# URL: http://wmalms.tripod.com/#WMXKB
|
||||
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
|
||||
# Depends on: x11
|
||||
# Depends on: xorg
|
||||
|
||||
name=wmxkb
|
||||
version=1.2.2
|
||||
release=1
|
||||
source=(http://wmalms.tripod.com/$name-$version.tar.gz)
|
||||
source=(http://wmalms.tripod.com/$name-$version.tar.gz \
|
||||
wmxkb-makefile.diff)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
patch -p1 -i $SRC/wmxkb-makefile.diff
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make prefix=$PKG/usr install
|
||||
|
20
wmxkb/wmxkb-makefile.diff
Normal file
20
wmxkb/wmxkb-makefile.diff
Normal file
@ -0,0 +1,20 @@
|
||||
diff -Nru wmxkb-1.2.2-orig/Makefile.in wmxkb-1.2.2/Makefile.in
|
||||
--- wmxkb-1.2.2-orig/Makefile.in 2007-04-09 00:07:09.000000000 +0300
|
||||
+++ wmxkb-1.2.2/Makefile.in 2007-04-09 00:10:23.000000000 +0300
|
||||
@@ -56,16 +56,12 @@
|
||||
$(INSTALL) -d ${BINDIR}
|
||||
$(INSTALL) -s ${APPNAME} ${BINDIR}
|
||||
ifneq ("$(WITH_RPM)", "yes")
|
||||
- $(INSTALL) -d ${DOCDIR}
|
||||
- $(INSTALL) README *.html ${DOCDIR}
|
||||
$(INSTALL) -d ${IMAGEDIR_DEFAULT}
|
||||
$(INSTALL) pixmaps/*.xpm ${IMAGEDIR_DEFAULT}
|
||||
@echo $(SEP)
|
||||
@echo "Installation of ${APPNAME} ${VERSION} completed."
|
||||
@echo "The binary is installed in '${BINDIR}' directory."
|
||||
- @echo "The documents are installed in '${DOCDIR}' directory."
|
||||
@echo "The images are installed in '${IMAGEDIR_DEFAULT}' directory."
|
||||
- @echo "See '$(DOCDIR)/manual.html' for config. parameters."
|
||||
@echo "Enjoy!"
|
||||
@echo $(SEP)
|
||||
endif
|
Loading…
x
Reference in New Issue
Block a user