CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
0verkill: Added X support.
authorVictor Martinez <pitillo@ono.com>
Mon, 25 Jan 2010 12:04:53 +0000 (12:04 +0000)
committerVictor Martinez <pitillo@ono.com>
Mon, 25 Jan 2010 12:04:56 +0000 (12:04 +0000)
0verkill/.footprint
0verkill/Pkgfile

index 2844130169687e1a976fd8643f9c2b6231ce6ccb..fa88998fd389555b552f9f7db9067c60f98186fd 100644 (file)
@@ -1,6 +1,7 @@
 drwxr-xr-x     root/root       usr/
 drwxr-xr-x     root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/0verkill
+lrwxrwxrwx     root/root       usr/bin/x0verkill -> 0verkill
 drwxr-xr-x     root/root       usr/share/
 drwxr-xr-x     root/root       usr/share/0verkill/
 -rwxr-xr-x     root/root       usr/share/0verkill/0verkill
@@ -256,3 +257,6 @@ drwxr-xr-x  root/root       usr/share/0verkill/grx/
 -rw-r--r--     root/root       usr/share/0verkill/grx/zpevak.avi
 -rwxr-xr-x     root/root       usr/share/0verkill/server
 -rwxr-xr-x     root/root       usr/share/0verkill/test_server
+-rwxr-xr-x     root/root       usr/share/0verkill/x0verkill
+-rwxr-xr-x     root/root       usr/share/0verkill/xavi
+-rwxr-xr-x     root/root       usr/share/0verkill/xeditor
index d8c2462d07f9c3cfc64e8fe8bac8231997e15938..2f7196313591bfa1872e1bfe0278ac96b1c955db 100644 (file)
@@ -6,7 +6,7 @@
 
 name=0verkill
 version=0.16
-release=1
+release=2
 source=(http://artax.karlin.mff.cuni.cz/~brain/$name/release/$name-$version.tgz \
         $name-$version.patch)
 
@@ -15,8 +15,11 @@ build() {
   patch -p1 -i $SRC/$name-$version.patch
   ./configure --build=$CHOST \
               --host=$CTARGET \
-              --prefix=/usr
-       sed 's|gcc |$(CC) |g' -i Makefile
+              --prefix=/usr \
+              --x-includes=$CLFS/usr/include/X11 \
+              --x-libraries=$CLFS/usr/lib \
+              --with-x
+  sed 's|gcc |$(CC) |g' -i Makefile
   make CC="$CC" CFLAGS="$CFLAGS"
   make DESTDIR=$PKG install
   rm $PKG/usr/share/0verkill/doc/Readme\ Win32.txt